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
258facdb
Commit
258facdb
authored
Apr 15, 2016
by
Daniel Brown
Browse files
Fixing debug line..
parent
f106438b
Changes
2
Hide whitespace changes
Inline
Side-by-side
pykat/__init__.py
View file @
258facdb
...
...
@@ -3,7 +3,7 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
unicode_literals
__version__
=
"1.0.
2
"
__version__
=
"1.0.
3
"
# This flag is used to switch on the gui features in pkat at import time
USE_GUI
=
False
...
...
pykat/finesse.py
View file @
258facdb
...
...
@@ -1433,8 +1433,7 @@ class kat(object):
pipe_name
=
katfile
.
name
+
str
(
uuid
.
uuid4
())
#cmd=[kat_exec, "--pykat=" + pipe_name]
cmd
=
[
kat_exec
,
"--perl1"
]
cmd
=
[
kat_exec
,
"--pykat="
+
pipe_name
]
if
self
.
__time_code
:
cmd
.
append
(
'--perf-timing'
)
...
...
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