Skip to content

Commit

Permalink
per #2814, added info and examples for single config overrides with a…
Browse files Browse the repository at this point in the history
… list of values
  • Loading branch information
georgemccabe committed Dec 11, 2024
1 parent 3f63bad commit ec9deec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/Users_Guide/systemconfiguration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ Example::
This will set the value of the variable **OUTPUT_BASE** of the **[config]**
section to **/my/output/dir**.

Version 6.1.0 added support for setting a list value in single config overrides.

Example::

config.LEAD_SEQ=6H,12H

This will set the value of **[config] LEAD_SEQ** to
a list containing **6H** and **12H**.

If spaces are present in the value, then quotation marks must be used::

config.LEAD_SEQ="6H, 12H"


.. _order_matters:

Order Matters
Expand Down

0 comments on commit ec9deec

Please sign in to comment.