Skip to content

Commit

Permalink
📝 Update FROM base from default to blank (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy authored Sep 6, 2024
2 parents 8c99c24 + 822bd48 commit d642174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CPAC/utils/configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ class Configuration:
will form the base of the Configuration object with the values in
the given dictionary overriding matching keys in the base at any
depth. If no ``FROM`` key is included, the base Configuration is
the default Configuration.
the blank preconfiguration.
.. versionchanged:: 1.8.5
From version 1.8.0 to version 1.8.5, unspecified keys were based on the default configuration rather than the blank preconfiguration.
``FROM`` accepts either the name of a preconfigured pipleine or a
path to a YAML file.
Expand Down

0 comments on commit d642174

Please sign in to comment.