Changeset: 77ffc46a0516 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77ffc46a0516 Modified Files: testing/process.py Branch: default Log Message:
Typo. diffs (12 lines): diff --git a/testing/process.py b/testing/process.py --- a/testing/process.py +++ b/testing/process.py @@ -411,7 +411,7 @@ def server(args=[], stdin=None, stdout=N except OSError: pass if os.name == 'nt': - kw = {'creationflags', CREATE_NEW_PROCESS_GROUP} + kw = {'creationflags': CREATE_NEW_PROCESS_GROUP} else: kw = {} p = Popen(cmd + args, _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list