Skip to content
Snippets Groups Projects
Commit 7ece03e5 authored by Juve, Gideon's avatar Juve, Gideon
Browse files

Make sure LFNs have / at the end

parent 211475c2
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment