Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#885 closed defect (fixed)

AttributeError: 'Residues' object has no attribute 'ribbon_adjust'

Reported by: Greg Couch Owned by: Conrad Huang
Priority: blocker Milestone:
Component: Undo/Redo Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

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)

comment:1 by Conrad Huang, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed in 094db110c. Another typo.

comment:2 by Eric Pettersen, 8 years ago

Component: UnassignedUndo/Redo
Note: See TracTickets for help on using tickets.