forked from KolibriOS/kolibrios
[WS][cleanup.py] Disable mandatory flag
git-svn-id: svn://kolibrios.org@9393 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b0998a3b47
commit
46c1e2241b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user