This commit is contained in:
Mayeul Aubin 2025-06-30 14:27:20 +02:00
parent 64e90c84a2
commit 1db239707d

View file

@ -16,7 +16,7 @@ def main_simbelmyne(parsed_args):
if isfile(log_file): # Remove the preexisting log file to allow for the progress_bar to be run normally
from os import remove
oremove(log_file)
remove(log_file)
command_args = ["simbelmyne", paramfile, log_file]