commit 03a88743a3fae6b16c7ba8c5b924f1575203ffec
parent 018e073dd3b91b9d5b6884d12e7cc6ec0c838806
Author: ThomasV <thomasv@gitorious>
Date: Wed, 11 Feb 2015 21:05:33 +0100
fix typo: stdout
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/network.py b/lib/network.py
@@ -368,7 +368,7 @@ class Network(threading.Thread):
out['result'] = f(*params)
except BaseException as e:
out['error'] = str(e)
- traceback.print_exc(file=sys.stout)
+ traceback.print_exc(file=sys.stdout)
print_error("network error", str(e))
self.response_queue.put(out)