Skip to content

Commit

Permalink
Merge pull request #72 from legend-exp/gipert-patch-1
Browse files Browse the repository at this point in the history
Bug fix in TextDB
  • Loading branch information
gipert authored Dec 21, 2024
2 parents df0bced + dc59bea commit 99d90c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legendmeta/textdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def on(
Props.add_to(result, db_ptr[next(iter(fp))])
db_ptr = result
else:
fp = self.__path__.rglob(file)
fp = self.__path__.rglob(files)
db_ptr = db_ptr[next(iter(fp))]
Props.subst_vars(db_ptr, var_values={"_": self.__path__})
return db_ptr
Expand Down

0 comments on commit 99d90c4

Please sign in to comment.