Changeset: 9991c4733412 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9991c4733412 Modified Files: testing/Mconvert.py.in Branch: mtest Log Message:
fix diffs (19 lines): diff --git a/testing/Mconvert.py.in b/testing/Mconvert.py.in --- a/testing/Mconvert.py.in +++ b/testing/Mconvert.py.in @@ -651,13 +651,13 @@ def PerformDir(env, testdir, auto=False) if len(fix.keys()) > 0: print('-- WARNING expanded variables needs to be converted back', file=fout) for k in fix: - print('--', key,':', fix[key], file=fout) + print('--', k,':', fix[k], file=fout) else: print(proc.stdout.read()) if len(fix.keys()) > 0: print('-- WARNING expanded variables needs to be converted back') for k in fix: - print('--', key,':', fix[key]) + print('--', k,':', fix[k]) finally: if pSrvr is not None: pSrvr.terminate() _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list