[WS][cleanup.py] Disable mandatory flag

git-svn-id: svn://kolibrios.org@9393 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-04 12:21:57 +00:00
parent b0998a3b47
commit 46c1e2241b

View File

@ -5,10 +5,6 @@ import shutil
import workspace.build
if len(sys.argv) < 2 or sys.argv[1] != "--remove-everything":
print(f"Please call `{sys.argv[0]} --remove-everything` if you really want to remove all your workspace files")
exit()
# Remove workspace folder
shutil.rmtree("workspace", ignore_errors = True)