Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
2de38b3a
Commit
2de38b3a
authored
Jan 05, 2014
by
Andreas Freise
Browse files
small fix to printing.
parent
1eb84348
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
2de38b3a
...
...
@@ -429,7 +429,8 @@ class kat(object):
[
out
,
errpipe
]
=
p
.
communicate
()
if
printout
==
1
:
print
out
print
""
else
:
if
printerr
==
1
:
print
""
# get the version number
ix
=
out
.
find
(
'build '
)
+
6
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment