Skip to content

Commit

Permalink
Merge pull request #501 from CDLUC3/develop
Browse files Browse the repository at this point in the history
Merge Develop to main
  • Loading branch information
jsjiang authored Nov 3, 2023
2 parents 389d882 + 4c3e4d1 commit 3296787
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ def create_missing_minters(self):
unspecified_count += 1
continue

naan_str, shoulder_str = re.split(r'[/:.]', s.minter)[-2:]
# noinspection PyProtectedMember
bdb_path = impl.nog.bdb._get_bdb_path(naan_str, shoulder_str, root_path=None)
bdb_path = impl.nog.bdb.get_bdb_path_by_shoulder_model(s)
if pathlib.Path(bdb_path).exists():
continue

Expand Down

0 comments on commit 3296787

Please sign in to comment.