You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"{args['outs']}already exists. Use '--force' option to overwrite the folder. Using existing features is not yet fully implemented (it will be implemented in a future release). Exiting."
473
+
"Output folder already exists. Results will be overwritten (reusing existing features is not yet implemented). Do you want to continue anyway? (yes/no)"
473
474
)
474
-
exit(1)
475
+
ifinput("Type 'yes' to continue: ").lower() !="yes":
476
+
logger.error(
477
+
"Exiting. Please use '--force' option to overwrite the existing folder."
0 commit comments