Skip to content

Commit

Permalink
fix: save global settings if it's empty
Browse files Browse the repository at this point in the history
  • Loading branch information
clementb49 committed Oct 6, 2024
1 parent a896ddd commit e705e18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basilisk/config/main_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def save(self):
by_alias=True,
exclude_defaults=True,
exclude_none=True,
exclude_unset=True,
),
config_file_name,
)
Expand Down

0 comments on commit e705e18

Please sign in to comment.