-
Notifications
You must be signed in to change notification settings - Fork 86
Please give full error context on errors #169
Copy link
Copy link
Open
Description
When I try to use openseespy in my own environment I sometimes get errors like the following:
Traceback (most recent call last):
File "my_file.py", line 350, in <module>
ops.element('elasticBeamColumn',
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
el_tag_counter, n1, n2,
^^^^^^^^^^^^^^^^^^^^^^^
...<6 lines>...
transfTag,
^^^^^^^^^^
)
^
opensees.OpenSeesError: See stderr output
which doesn't help at all in finding what's the issue... the full error should instead be printed to stderr to give people as much context as possible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels