When trying to do batch run of files for the python files by selecting python package, its throwing error in Pycharm.
1. have created a 'BatchRun" python package in Pycharm.
2. and have created four python files inside it, whcih has almost same contents as shown for file "four.py"
3. if i run individual it runs perfectly but when we run "BatchRun" python package , its not running in batch and throwing the below menitoned error.
Do we have to do any additional settings?