Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
0c642e60
Commit
0c642e60
authored
Aug 30, 2010
by
Maude Le Jeune
Browse files
bug strdate
parent
a03eb935
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pipelet/launchers.py
pipelet/launchers.py
+1
-1
No files found.
pipelet/launchers.py
View file @
0c642e60
...
...
@@ -54,7 +54,7 @@ def get_log_file (pipe, name):
"""
"""
d
=
datetime
.
datetime
.
now
()
strdate
=
d
.
strftime
(
"%y%
d%j
_%H%M%s%f"
)
strdate
=
d
.
strftime
(
"%y%
m%d
_%H%M%s%f"
)
return
path
.
join
(
pipe
.
get_log_dir
(),
strdate
+
"_"
+
name
)
...
...
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