Commit 4da1cf28 authored by Jan Kiene's avatar Jan Kiene
Browse files

avoid change of positions in base part of RENDERER_CMD

parent 9374a312
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ def run_renderer(
    cmd[0] += binary_suffix

    if in_meta_files is not None:
        cmd[5:5] = ["-im", *in_meta_files]
        cmd.extend(["-im", *in_meta_files])

    if trj_file is not None:
        cmd.extend(["-T", str(trj_file)])