"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "e15c16a70324db43d8f24c0f05aa18df762e77fc"
fix(pystr): Output python errors (#99)
If the python file raises an exception we print it like Python would.
```
$ ./target/debug/dynamo-run in=http out=pystr:~/Temp/cn47/1_e.py --model-name test
Traceback (most recent call last):
File "/home/graham/Temp/cn47/1_e.py", line 17, in generate
raise MyException("The message")
1_e.MyException: The message
```
Showing
Please register or sign in to comment