Skip to content

Commit

Permalink
ReadmeClass.save_metadata: Fix another hard-coded path for writing file
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 22, 2021
1 parent 7845888 commit fc86f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldcoolp/curation/inspection/readme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def save_metadata(self, out_file_prefix: str = 'readme'):

root_directory = join(
self.curation_dict[self.curation_dict['parent_dir']],
self.curation_dict['folder_todo'],
self.current_stage,
self.dn.folderName
)
metadata_directory = self.curation_dict['folder_metadata']
Expand Down

0 comments on commit fc86f0c

Please sign in to comment.