Opened 10 years ago
Closed 10 years ago
#246 closed defect (fixed)
Commands separated by ";" are parsed before any are run
Reported by: | Tom Goddard | Owned by: | Greg Couch |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Command Line | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
open 1a0m ; color #1 blue
does not color the model blue. The problem is arguments for both commands are parsed before either one is run. Since there is no #1 until the first command executes, the color command acts on nothing.
Commands separated by semicolons must be parsed and executed one at a time.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. Changes affected error reporting.
Note:
See TracTickets
for help on using tickets.
This bug causes the Quick Start Guide example "molmap #2 10 ; vol #3 style mesh" to fail since the first command makes model #3 which is used by the second command.