App crashes when buttons clicked but root folder not yet selected.
2. Steps to reproduce:
2.1. Open app
2.2. Leave csv folder input empty / not clicking on Browse / clicking on Browse but then Cancel
2.3. Click SET DATE button / click EXPORT button
2.4. Crashed
3. Error log:
Traceback (most recent call last):
File "...\GUI.py", line 88, in <module>
relativeCSVFilePath = glob.glob('**/PUBLIC_BIDMOVE_COMPLETE*.csv', root_dir=currentFolderPath, recursive=True)
NameError: name 'currentFolderPath' is not defined
4. Expected results:
Error handling and visual output to notify users when root folder not yet selected.
1. Description:
App crashes when buttons clicked but root folder not yet selected.
2. Steps to reproduce:
3. Error log:
4. Expected results:
Error handling and visual output to notify users when root folder not yet selected.