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
I get the following error when trying to convert reflections in an MTZ file to a png image:
$ cctbx.precession_view 7jun_-1.8.mtz labels=F-calc,PHIF-calc postscript=False output_file=7jun_-1.8.png
Traceback (most recent call last):
File "....../cctbx/command_line/precession_view.py", line 259, in <module>
run(sys.argv[1:])
File "..../cctbx/command_line/precession_view.py", line 102, in run
print(postscript)
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'postscript' where it is not associated with a value
I get the following error when trying to convert reflections in an MTZ file to a png image:
The reason is a typo in the source
cctbx_project/cctbx/command_line/precession_view.py
Line 101 in 157c12a
post[s]cript
Moreover, it would be nice if the silent option could be disabled when invoked from the command line ... so as to be able to write PNG outputs
The text was updated successfully, but these errors were encountered: