Skip to content

Commit

Permalink
File permissions handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 7, 2023
1 parent c823574 commit 9ac8085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
f.write("CLEARING STATUS FROM PREVIOUS RUNS")

#Clear temp folders from previous runs, if any
shutil.rmtree(TMP_DIR, onerror=remove_readonly)
shutil.rmtree(TMP_DIR)
os.mkdir(TMP_DIR)

statusFiles = glob.glob(STAT_DIR+"*")
Expand Down

0 comments on commit 9ac8085

Please sign in to comment.