Changeset: 51f9f0f1675a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=51f9f0f1675a
Modified Files:
        testing/process.py
Branch: default
Log Message:

Fix syntax error.


diffs (12 lines):

diff --git a/testing/process.py b/testing/process.py
--- a/testing/process.py
+++ b/testing/process.py
@@ -305,7 +305,7 @@
                '--set', 'gdk_nr_threads=1',
                '--set', 'xrpc_open=true',
                '--set', 'monet_prompt=',
-               '--trace'])
+               '--trace']
     if notrace and '--trace' in cmd:
         cmd.remove('--trace')
     if dbinit is not None:
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to