Skip to content

Commit

Permalink
Cleanup part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotarge committed Oct 8, 2021
1 parent b4138de commit 2efaf31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@
if not ("do_not_delete" in x and x["do_not_delete"]):
if not ("do_not_delete_output" in x and x["do_not_delete_output"]):
if os.path.exists(x["output_file"]):
print(" - REMOVING " + x["output_file"])
os.remove(x["output_file"])
if not ("do_not_delete_source" in x and x["do_not_delete_source"]):
if os.path.exists(x["source_file"]):
print(" - REMOVING " + x["source_file"])
os.remove(x["source_file"])

import generate_watch_file
Expand Down

0 comments on commit 2efaf31

Please sign in to comment.