Skip to content

Commit

Permalink
return self to include new attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Geet-George committed Aug 10, 2024
1 parent a4f9678 commit 0387f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/halodrops/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def add_path_structure(self, path_structure="levels_first"):
if the user specifies path_structure="flightid_first".
"""
object.__setattr__(self, "path_structure", path_structure)
return self


def add_flight_id(self, flight_id: str) -> None:
Expand Down

0 comments on commit 0387f93

Please sign in to comment.