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
0f657ec6
Commit
0f657ec6
authored
Dec 17, 2014
by
Daniel Brown
Browse files
fixing print statement
parent
d05f4cd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
0f657ec6
...
...
@@ -1291,11 +1291,11 @@ class kat(object):
objs
=
self
.
__blocks
[
key
].
contents
for
obj
in
objs
:
if
isinstance
(
obj
,
str
):
print
obj
print
(
obj
)
found
=
True
if
not
found
:
print
"No extra lines were found"
print
(
"No extra lines were found"
)
def
generateKatScript
(
self
)
:
...
...
Write
Preview
Markdown
is supported
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