summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/testing/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/testing/tools.py')
-rw-r--r--contrib/python/ipython/py3/IPython/testing/tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/IPython/testing/tools.py b/contrib/python/ipython/py3/IPython/testing/tools.py
index 2ff63a6d4a0..b0303490482 100644
--- a/contrib/python/ipython/py3/IPython/testing/tools.py
+++ b/contrib/python/ipython/py3/IPython/testing/tools.py
@@ -245,8 +245,8 @@ def ipexec_validate(fname, expected_out, expected_err='',
__tracebackhide__ = True
out, err = ipexec(fname, options, commands)
- #print 'OUT', out # dbg
- #print 'ERR', err # dbg
+ # print('OUT', out) # dbg
+ # print('ERR', err) # dbg
# If there are any errors, we must check those before stdout, as they may be
# more informative than simply having an empty stdout.
if err: