Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
7ece03e5
Commit
7ece03e5
authored
Feb 06, 2015
by
Juve, Gideon
Browse files
Make sure LFNs have / at the end
parent
211475c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
daxgen.py
View file @
7ece03e5
...
...
@@ -150,7 +150,7 @@ tr acme-amwg {
dax
.
depends
(
stage
,
last
)
# This is actually a directory
output
=
File
(
"%s-stage%s"
%
(
self
.
casename
,
i
))
output
=
File
(
"%s-stage%s
/
"
%
(
self
.
casename
,
i
))
archive
=
Job
(
name
=
"acme-output"
)
archive
.
addArguments
(
"-stage %s"
%
i
)
...
...
@@ -179,7 +179,7 @@ tr acme-amwg {
script
=
File
(
script_name
)
# This is actually a directory
diagnostics
=
File
(
"%s-amwg-stage%s"
%
(
self
.
casename
,
i
))
diagnostics
=
File
(
"%s-amwg-stage%s
/
"
%
(
self
.
casename
,
i
))
# Add the job
diag
=
Job
(
name
=
"acme-amwg"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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