Skip to content

Commit

Permalink
DOCS: correct how set root to current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Jun 13, 2024
1 parent 4356ae2 commit b08d8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For example, if the root is set to the default value `/sdf/data/lcls/ds/rix/rixx

The output-directory can be set using the `-p <dir_name>` cmdline arg

Setting the var to nothing (_export OUTPUT_ROOT=_ ) will have the library look for an output folder relative to the location of the current script being ran
Setting the var to nothing (_export OUTPUT_ROOT=._ ) will have the library look for an output folder relative to the location of the current script being ran


### Point to Config File
Expand All @@ -44,4 +44,4 @@ _(note: if set, the environment variable will always override this cmd-line opti

If neither of the above are set, the suite will try to use a default file named `suiteConfig.py`

If no config file can be found and read, the library will fail-out early
If no config file can be found and read, the library will fail-out early

0 comments on commit b08d8c4

Please sign in to comment.