Handle file not found
parent
25b6c4667f
commit
88bb5b9f05
|
@ -74,7 +74,7 @@ def travis(confdir):
|
||||||
async with questrade.get_client(ask_user=False):
|
async with questrade.get_client(ask_user=False):
|
||||||
pass
|
pass
|
||||||
except (
|
except (
|
||||||
KeyError, ValueError,
|
FileNotFoundError, ValueError,
|
||||||
questrade.BrokerError, questrade.QuestradeError,
|
questrade.BrokerError, questrade.QuestradeError,
|
||||||
trio.MultiError,
|
trio.MultiError,
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue