Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
a6c6753e
Commit
a6c6753e
authored
Jan 07, 2008
by
Andrea Sciaba
Browse files
Changed LFN to avoid name duplication
parent
3691f791
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/MonteCarlo/cms-MC-test/RuntimeSAMStageOut.py
View file @
a6c6753e
...
...
@@ -36,7 +36,7 @@ class StageOutDiagnostic:
self
.
tfc
=
None
self
.
datestamp
=
time
.
asctime
(
time
.
localtime
(
time
.
time
()))
self
.
datestamp
=
self
.
datestamp
.
replace
(
" "
,
"-"
)
self
.
testLFN
=
"/store/unmerged/SAM/StageOutTest-%s"
%
self
.
datestamp
self
.
testLFN
=
"/store/unmerged/SAM/StageOutTest-%
i-%
s"
%
(
os
.
getpid
(),
self
.
datestamp
)
def
__call__
(
self
):
...
...
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