Commit e03f1e6c authored by Jan Kiene's avatar Jan Kiene
Browse files

enable combined mode md collection

parent b0e306de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ def get_modes(in_format: str) -> list:
def get_md_file_command(in_format: str) -> list:

    cmd = list()
    if in_format.startswith("ISM"):
    if "ISM" in in_format:
        cmd.append("--metadata_files")
        md_filename = "/usr/local/ltv/ltvISM{}.csv"
        n = int(in_format[-1])