Skip to content
Snippets Groups Projects
Commit 3dfb1e2e authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing addline function

parent a5e17bb1
Branches
No related tags found
No related merge requests found
......@@ -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 """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment