session.run
does not fail gracefully when receiving a list as command to run
#746
Labels
session.run
does not fail gracefully when receiving a list as command to run
#746
Current Behavior
session.run(["pytests", "mypkg"])
results in a traceback.Expected Behavior
One of the following options:
(a) The error is caught and a helpful message displayed.
(b) The list is correctly intepreted as a command.
Steps To Reproduce
Environment
Anything else?
I would be happy to submit a PR to address the issue, once I know which solution is preferred.
The text was updated successfully, but these errors were encountered: