Skip to content
Snippets Groups Projects
Commit ee3f75be authored by Andreas Freise's avatar Andreas Freise
Browse files

adding 'created by pykat' line to generatescript()

parent 16e8bc67
No related branches found
No related tags found
No related merge requests found
......@@ -633,6 +633,9 @@ class kat(object):
""" Generates the kat file which can then be run """
out = []
import datetime
strtoday = datetime.datetime.now()
out.append(strtoday.strftime("%% Generated by PyKat %d.%m.%Y %H:%M:%S\n") )
for key in self.__blocks:
objs = self.__blocks[key].contents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment