-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Python SDK: show.problems
is erroring with this message:
Traceback (most recent call last):
File "run-tests.py", line 187, in <module>
res = run_tests(database, engine, command, dataset, args.verbose, start_time)
File "run-tests.py", line 129, in run_tests
show.problems(tst_res) # Print errors
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/railib/show.py", line 83, in problems
problems = rsp.get("problems", None)
AttributeError: 'list' object has no attribute 'get'