Opened 9 years ago

Closed 9 years ago

#390 closed defect (fixed)

incorrect parsing of semicolon command separator

Reported by: Elaine Meng Owned by: Greg Couch
Priority: major Milestone:
Component: Command Line Version:
Keywords: Cc: Conrad Huang, Eric Pettersen
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

Example:

open 5chz
surf enclose protein; surf enclose nucleic
...gives error, but

surf enclose protein
surf enclose nucleic
...works

Reassign as appropriate, I may have gotten the wrong person.

Change History (2)

comment:1 by Tom Goddard, 9 years ago

Owner: changed from Tom Goddard to Greg Couch
Status: newassigned

Greg handles command-line parsing, reassigning.

Error is that parsing the first command atom spec is encountering the semi-colon.

surface enclose protein; surf enclose nucleic
Invalid "enclose" argument: only initial part "protein" of atom specifier valid

comment:2 by Greg Couch, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed.

Note: See TracTickets for help on using tickets.