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
ee3f75be
Commit
ee3f75be
authored
Jan 16, 2014
by
Andreas Freise
Browse files
adding 'created by pykat' line to generatescript()
parent
16e8bc67
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
ee3f75be
...
...
@@ -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
...
...
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