Opened 6 years ago
Closed 6 years ago
#2412 closed defect (fixed)
Superfluous argument quoting
Reported by: | Eric Pettersen | Owned by: | Greg Couch |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Logging | Version: | |
Keywords: | Cc: | Elaine Meng | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The changes to argument processing/logging now cause unneeded quotation marks to be put around some arguments in the log. For instance:
open 1gcn
is logged as:
open "1gcn"
Note:
See TracTickets
for help on using tickets.
Fixed. _whitespace only find leading whitespace. Added _internal_whitespace to look for unicode whitespace anywhere in string.