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

Typo.


diffs (12 lines):

diff --git a/testing/process.py b/testing/process.py
--- a/testing/process.py
+++ b/testing/process.py
@@ -320,7 +320,7 @@ def client(lang, args = [], stdin = None
     if stderr == PIPE:
         p.stderr = _BufferedPipe(p.stderr)
     if input is not None:
-        p.stdout,write(input)
+        p.stdin.write(input)
     if communicate:
         out, err = p.communicate()
         sys.stdout.write(out)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to