Fix ValueError if pygpsclient started with no default configuration file. Also fixes issue if user cancels out of load config dialog.
Fixes #63
Testing
Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.
[x] tested with and without default config file & if user cancels out of load config dialog
PyGPSClient Pull Request Template
Description
Fix ValueError if pygpsclient started with no default configuration file. Also fixes issue if user cancels out of load config dialog.
Fixes #63
Testing
Please test all changes, however trivial, against the supplied pytest suite
tests/test_*.py
. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.Checklist:
tests/test_*.py
unittest suite to maintain >= 99% code coverage.tests/test_*.py
unittest suite.