tpoy
This commit is contained in:
parent
3e93c3fec3
commit
a63c37b711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
if isfile(log_file): # Remove the preexisting log file to allow for the progress_bar to be run normally
|
||||||
from os import remove
|
from os import remove
|
||||||
oremove(log_file)
|
remove(log_file)
|
||||||
|
|
||||||
command_args = ["simbelmyne", paramfile, log_file]
|
command_args = ["simbelmyne", paramfile, log_file]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue