Changeset: 82f0f21a3ee4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/82f0f21a3ee4
Modified Files:
testing/Mtest.py.in
Branch: Jan2022
Log Message:
Delete the directory.
diffs (12 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -303,6 +303,8 @@ def remove(file):
os.remove(file)
except FileNotFoundError:
pass
+ except IsADirectoryError:
+ shutil.rmtree(file)
except:
Warn('could not remove {}'.format(file))
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]