Changeset: 1f595ff43c27 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f595ff43c27 Modified Files: testing/process.py Branch: Jul2015 Log Message:
Use correct variable. diffs (12 lines): diff --git a/testing/process.py b/testing/process.py --- a/testing/process.py +++ b/testing/process.py @@ -382,7 +382,7 @@ def server(args = [], stdin = None, stdo s = args[i+1].partition('=')[0] for j in range(len(cmd)): if cmd[j] == '--set' and j+1 < len(cmd) and cmd[j+1].startswith(s + '='): - del cmd[i:i+2] + del cmd[j:j+2] break if log: prompt = time.strftime('# %H:%M:%S > ') _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list