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
3dfb1e2e
Commit
3dfb1e2e
authored
Nov 01, 2014
by
Daniel Brown
Browse files
fixing addline function
parent
a5e17bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
3dfb1e2e
...
...
@@ -1208,7 +1208,7 @@ class kat(object):
as just a string. This of course can create possible conflicts with other
pykat object that create similar commands so becareful.
"""
self
.
__blocks
[
key
].
contents
.
append
(
line
)
self
.
__blocks
[
block
].
contents
.
append
(
line
)
def
generateKatScript
(
self
)
:
""" Generates the kat file which can then be run """
...
...
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