Skip to content

Commit

Permalink
Fixed typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Mar 28, 2024
1 parent 56ab8c9 commit c9c6e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def set_proj_file(proj_dir: str, proj_file: str, contents: dict, logger: logging
"""
Overwrite the contents of a project file within a project code directory.
:param proj_code: (str) The project code in string format (DOI)
:param proj_code: (str) The project code in string format (DOI).
:param proj_file: (str) Name of a file to access within the project directory.
Expand Down

0 comments on commit c9c6e78

Please sign in to comment.