Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
iguinn committed Aug 5, 2024
1 parent 6539e16 commit f8ad3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legendmeta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _init_metadata_repo(self):
while self._repo_path != exp_path:
self._repo_path = exp_path
exp_path = os.path.expandvars(self._repo_path)

if not Path(self._repo_path).exists():
Path(self._repo_path).mkdir()

Expand Down

0 comments on commit f8ad3a1

Please sign in to comment.