Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the issue where the "Configuration file already exists" warning blocks the batch jobs #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sohailsaifi
Copy link

Fixes #73

Fixed the issue where the "Configuration file already exists" warning blocks the batch jobs.

  • Added a CLI argument "overwrite" which can have "y" or "yes" values. If this flag is provided then the script won't ask the user and automatically continue based on the flag value hence not blocking the script.
  • If the "overwrite" flag is not provided, then it will work same as it used to work earlier.

Here is the example command now:
paramit run script.py --num-apples 30 --overwrite y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Configuration file already exists" warning
1 participant