Handle file not found

kivy_mainline_and_py3.8
Tyler Goodlet 2019-03-17 23:22:00 -04:00
parent 25b6c4667f
commit 88bb5b9f05
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def travis(confdir):
async with questrade.get_client(ask_user=False):
pass
except (
KeyError, ValueError,
FileNotFoundError, ValueError,
questrade.BrokerError, questrade.QuestradeError,
trio.MultiError,
):