mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Apply resolve paths to path values in config (#3400)
This commit is contained in:
parent
f9dca9a458
commit
c1c5c0b93e
3 changed files with 10 additions and 2 deletions
|
|
@ -30,7 +30,8 @@ responsible for specifying one or more of the following:
|
|||
Each of the above files can specified in several ways. In the Python API, a
|
||||
:ref:`runtime configuration variable <usersguide_data_runtime>`
|
||||
:data:`openmc.config` can be used to specify any of the above and is initialized
|
||||
using a set of environment variables.
|
||||
using a set of environment variables. Data configuration paths set in
|
||||
:data:`openmc.config` will be expanded to absolute paths.
|
||||
|
||||
.. _usersguide_data_runtime:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue