Skip to content

Commit

Permalink
fix for config file for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Jan 9, 2024
1 parent 2530338 commit 0827f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xchemalign/collator.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def read_versions(self):

def read_metadata(self, version_dir):
self.logger.info("reading metadata for version {}".format(version_dir))
meta_file = version_dir / Constants.METADATA_XTAL_FILENAME
meta_file = version_dir / Constants.METADATA_XTAL_FILENAME.format("")

meta = utils.read_config_file(str(meta_file))
return meta
Expand Down

0 comments on commit 0827f19

Please sign in to comment.