Ticket #201 (closed task: fixed)

Opened 2 months ago

Last modified 2 months ago

simplify quoted names in xml

Reported by: borning Owned by: borning
Priority: normal Milestone: AZ-SMART Phase 1
Component: AZ-SMART Version:
Keywords: Cc:

Description

Some strings passed to models need an extra layer of quotes around them, and occasionally they have been written in the xml as raw strings, e.g. r'c:\tmp\TransientModel?.xls'

This is confusing to see in the GUI, and also error-prone, since it may not be obvious to the user when the extra quotes are needed.

Change History

Changed 2 months ago by borning

  • status changed from new to closed
  • resolution set to fixed

This is fixed in r3317 by adding a new xml type quoted_string, and changing all the existing configurations to use it.

Note: See TracTickets for help on using tickets.