prevent scola overwriting
This commit is contained in:
parent
881bc7b234
commit
0447279fcc
1 changed files with 5 additions and 0 deletions
5
scola.py
5
scola.py
|
@ -13,6 +13,11 @@ def main_scola(parsed_args):
|
|||
|
||||
nboxes_tot = int(parsed_args.N_tiles**3)
|
||||
|
||||
if have_all_tiles(parsed_args) and not parsed_args.force:
|
||||
print_message("All tiles already exist. Use -F to overwrite.", 1, "scola", verbose=parsed_args.verbose)
|
||||
print_ending_module("scola", verbose=parsed_args.verbose)
|
||||
return
|
||||
|
||||
if parsed_args.execution == "local":
|
||||
from parameters_card import parse_arguments_card
|
||||
from tqdm import tqdm
|
||||
|
|
Loading…
Add table
Reference in a new issue