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
finesse
pykat
Commits
6e71adba
Commit
6e71adba
authored
Apr 22, 2016
by
Daniel Brown
Browse files
removing duplicate error prints
parent
2edab215
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
6e71adba
...
...
@@ -1517,9 +1517,6 @@ class kat(object):
r
.
stdout
=
stdout
.
decode
(
'unicode_escape'
)
r
.
stderr
=
stderr
.
decode
(
'unicode_escape'
)
if
p
.
returncode
!=
0
:
print
(
r
.
stderr
)
for
line
in
r
.
stdout
[::
-
1
]:
if
line
.
lstrip
().
startswith
(
'computation time:'
):
...
...
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