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
Fixes #73
Fixed the issue where the "Configuration file already exists" warning blocks the batch jobs.
Here is the example command now:
paramit run script.py --num-apples 30 --overwrite y