path

Default Settings

path: null

Arguments

path
Parameter
  • Type - str or NoneType

  • Default valueNone

The path were all working directories are/will be stored. To use the current working directory, use one of the following values: None, ".", "" or "path_to_workdir".

Note

The yaml format uses null rather than None as in Python.