Skip to content

Commit

Permalink
Merge pull request #1 from buzzer-re/dev
Browse files Browse the repository at this point in the history
Fix config parser
  • Loading branch information
buzzer-re authored Sep 13, 2024
2 parents 182cfde + ffcb056 commit 488e8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/yorha.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ def create_config() -> bool:

with open(CONFIG, "w") as cfg_fd:
new_cfg.write(cfg_fd)
cfg_fd.close()

print(f"Configuration saved at {CONFIG} !")

return True


def parse_config() -> ConfigParser:
Expand Down

0 comments on commit 488e8bf

Please sign in to comment.