AttributeError: 'Residues' object has no attribute 'ribbon_adjust'
Opened 1gcn, did cartoon smooth 1
, got:
Traceback (most recent call last):
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-packages/chimerax/core/ui/nogui.py", line 210, in execute
self._cmd.run(text)
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-packages/chimerax/core/commands/cli.py", line 2512, in run
result = ci.function(session, **kw_args)
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-packages/chimerax/core/commands/cartoon.py", line 78, in cartoon
undo_state.add(residues, "ribbon_adjusts", residues.ribbon_adjust, smooth)
AttributeError: 'Residues' object has no attribute 'ribbon_adjust'
Change History
(2)
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Component: |
Unassigned → Undo/Redo
|
Fixed in 094db110c. Another typo.