Skip to content
Snippets Groups Projects
Commit d037400b authored by Daniel Magdalinski's avatar Daniel Magdalinski
Browse files

Add missing directory to filename in upload to eos

parent 46f3d4fd
No related branches found
No related tags found
No related merge requests found
Pipeline #10460648 failed
......@@ -105,8 +105,8 @@ class MaxCandidatesHandler(BaseHandler):
for filename in [
"index.html",
"MaxCombinerTest.log",
"MaxCombinerTest.csv",
os.path.join(directory, "MaxCombinerTest.log"),
os.path.join(directory, "MaxCombinerTest.csv"),
]:
publish.upload_eos_www(
filename,
......
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