Changeset: 9bcd995ebb80 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9bcd995ebb80
Modified Files:
testing/Mtest.py.in
Branch: Jan2022
Log Message:
Typo.
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
@@ -301,7 +301,7 @@ def splitcommand(cmd):
def remove(file):
try:
os.remove(file)
- except FileNotFound:
+ except FileNotFoundError:
pass
except:
Warn('could not remove {}'.format(file))
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]