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
4f2cd9ed
Commit
4f2cd9ed
authored
Apr 26, 2016
by
Daniel Toyra
Browse files
Merge branch 'master' of gitlab.aei.uni-hannover.de:finesse/pykat
parents
5f65cbea
d07d891d
Pipeline
#714
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
4f2cd9ed
...
...
@@ -1542,9 +1542,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