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"

Change History (1)

comment:1 by Greg Couch, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed. _whitespace only find leading whitespace. Added _internal_whitespace to look for unicode whitespace anywhere in string.

Note: See TracTickets for help on using tickets.