Changeset: 2cdcf8e55343 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2cdcf8e55343
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
@@ -1756,7 +1756,7 @@ def GetBitsAndModsAndThreads(env) :
if not env['TST_BITS'] or not env['TST_MODS']:
print(' '.join(cmd) + "\n\n", file=sys.stderr, end='')
print(qOut, file=sys.stderr, end='')
- print.write(file=sys.stderr)
+ print(file=sys.stderr)
print(qErr, file=sys.stderr, flush=True)
rtrn = 1
else:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]