Skip to content

Commit

Permalink
file removal. See TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
NDCACI committed Dec 6, 2023
1 parent f955b18 commit cb8670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webenabled/mcsweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def exit_unity():
f"Deleting static/mcsinterface/ folders")
os.system("find ./static/mcsinterface -name 'cmd_*' | xargs rm -r")
os.system("find ./static/mcsinterface -name 'output_*' | xargs rm -r")
# os.system("find ./static/mcsinterface -name 'img_*' | xargs rm -r")
# TODO: os.system("find ./static/mcsinterface -name 'img_*' | xargs rm -r")

return resp

Expand Down

0 comments on commit cb8670c

Please sign in to comment.