Skip to content

Commit

Permalink
Fixed schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskiil committed Dec 12, 2024
1 parent 8de5af3 commit f02900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifrost_chewbbaca/rule__chewbbaca.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def path(self):

def write_schema(self, filename) -> None:
with open(filename, "w") as fh:
fh.write(self.schema_dir.name)
fh.write(self.path().name)



Expand Down

0 comments on commit f02900f

Please sign in to comment.