You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% dcmstack --list-translators
Traceback (most recent call last):
File "/usr/bin/dcmstack", line 9, in <module>
load_entry_point('dcmstack==0.7.0.dev0', 'console_scripts', 'dcmstack')()
File "/usr/lib/python2.7/dist-packages/dcmstack/dcmstack_cli.py", line 161, in main
for translator in translators:
UnboundLocalError: local variable 'translators' referenced before assignment
Most likely, line 161 should be something like this:
for translator in extract.default_translators:
The text was updated successfully, but these errors were encountered:
Result:
Most likely, line 161 should be something like this:
The text was updated successfully, but these errors were encountered: