diff --git a/hypercoast/common.py b/hypercoast/common.py index 7f21640..7ff7a00 100644 --- a/hypercoast/common.py +++ b/hypercoast/common.py @@ -967,6 +967,9 @@ def get_formatted_current_time(format_str="%Y-%m-%d %H:%M:%S"): f.write("\n".join(lines)) acolite_cmd.extend(["--settings", settings_file]) + if acolite_dir_name.endswith("win"): + acolite_cmd = " ".join(acolite_cmd) + if verbose: subprocess.run(acolite_cmd, check=True) else: