You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some kind of add_argument('-S', '--strict', action='store_true', default=False, help="..."), and change line 296 and thereabouts to callos.path.exists` before attempting to read the file.
The text was updated successfully, but these errors were encountered:
https://github.com/openaps/openaps-contrib/blob/master/openapscontrib/timezones/__init__.py#L295-L296
Add some kind of
add_argument('-S', '--strict', action='store_true', default=False, help="..."), and change line 296 and thereabouts to call
os.path.exists` before attempting to read the file.The text was updated successfully, but these errors were encountered: