diff options
Diffstat (limited to 'steuermann')
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 48a5804..661f6fd 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -91,7 +91,7 @@ def main() : nodes.saved_conditions[k] = eval(v) ''' - sm_files = [a for a in args if ('--' not in a and '=' not in a)] + sm_files = [os.path.abspath(a) for a in args if ('--' not in a and '=' not in a)] di_nodes = nodes.read_file_list( sm_files ) xnodes = di_nodes.node_index |