Skip to content

Commit

Permalink
fix: get ext if not provided
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Aug 29, 2024
1 parent cf047d0 commit 2db0974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbiter/rules/rulesets.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def loads(self, file: Path) -> dict:
)

@validate_call
def dumps(self, input_dict: dict, ext: str | None) -> str:
def dumps(self, input_dict: dict, ext: str | None = None) -> str:
"""
Convert Python dictionary back to source string form, useful for testing
Expand Down

0 comments on commit 2db0974

Please sign in to comment.