Opened 9 years ago
Closed 9 years ago
#663 closed defect (fixed)
Tab completion in shell causes crash
| Reported by: | Tom Goddard | Owned by: | Tom Goddard |
|---|---|---|---|
| Priority: | major | Milestone: | Alpha2 |
| Component: | Core | Version: | |
| Keywords: | Cc: | tic20@… | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
a = AtomicStructure(session)
a.<tab>
causes crash in shell. Problem is that tab completion is querying property values and a.active_coordset_id crashes because there is no active coordinate set.
Change History (1)
comment:1 by , 9 years ago
| Cc: | added |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed.
If there is no active coordinate set because structure has no atoms then coordset id is -1.