Skip to content
Snippets Groups Projects
Commit 8a109ab3 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Convert Path to str() for command arguments

parent ac7aa753
No related branches found
No related tags found
1 merge request!695[webservice] Support requests to repeat correction from myMdC
...@@ -1001,7 +1001,7 @@ class ActionsServer: ...@@ -1001,7 +1001,7 @@ class ActionsServer:
logging.info("Repeating correction for %s from %s", karabo_id, mddir) logging.info("Repeating correction for %s from %s", karabo_id, mddir)
cmd = ['python', '-m', 'xfel_calibrate.repeat', mddir, cmd = ['python', '-m', 'xfel_calibrate.repeat', str(mddir),
'--env-cache', '/scratch/xcal/repeat-envs'] '--env-cache', '/scratch/xcal/repeat-envs']
with self.job_db: with self.job_db:
......
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