Skip to content

Commit

Permalink
fix config folder type
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 17, 2024
1 parent efb6500 commit 0661d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harvester/cde_harvester/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def load_config(config_file):
with open(config_file, "r") as stream:
try:
config = yaml.safe_load(stream)
config['folder'] = Path(config['folder'])
return config

except yaml.YAMLError:
Expand Down

0 comments on commit 0661d74

Please sign in to comment.