Skip to content

Commit

Permalink
Merge pull request #243 from vjaganat90/corr
Browse files Browse the repository at this point in the history
minor correction to docstring
  • Loading branch information
sameeul authored Jun 14, 2024
2 parents 88c772a + 4faee92 commit ae7adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sophios/input_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_default_config() -> Json:


def get_absolute_paths(sub_config: Json) -> Json:
"""Makes the paths within the dirs_file file absolute and write them into sub_config object.
"""Update the paths within the sub_config json object as absolute paths
Args:
sub_config (dict): The json (sub)object where filepaths are stored
Expand Down

0 comments on commit ae7adf8

Please sign in to comment.