Skip to content

Commit

Permalink
Update doc strings in
Browse files Browse the repository at this point in the history
  • Loading branch information
parul-l committed Mar 4, 2024
1 parent 4829810 commit f887f01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions primrose/configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,9 @@ def _import_file(full_name, path):
def _get_file_candidates(self):
"""Get file candidates to search through when specifying a class package.
Priority will first consider environment variable PRIMROSE_EXT_NODE_PACKAGE. If unset, will
search the configuration metadata for key `class_package`. If nothing is specified, in either
First consider value in PRIMROSE_EXT_NODE_PACKAGE but give priority to `class_package`
in configuration metadata. That is, if `class_package` is set in the configuration metadata,
it will override the PRIMROSE_EXT_NODE_PACKAGE variable. If nothing is specified, in either
location, an empty list is returned.
Returns:
Expand Down

0 comments on commit f887f01

Please sign in to comment.