add setup_job_directory shortcut#98
Conversation
critias
left a comment
There was a problem hiding this comment.
If a job isn't inside the graph this will probably crash since tk.sis_graph.find("%s") returns an empty array. Given that you check each config file individually it will not work if the first config file doesn't contain the job.
Either pass all config files at once or allow only one config file as input.
|
|
||
|
|
||
| def setup_job_directory(args): | ||
| for conf_file in args.argv: |
There was a problem hiding this comment.
Does passing all config files at once cause problems?
|
I don't mind having this shortcut. @JackTemaki is this still relevant for you? |
Well, this is just a small convenience increase that you do not have to open the console for that, I would not call it relevant. |
|
some similar functionality is available now via #239, should we close this? |
No description provided.