Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 26, 2025
1 parent 5e84e99 commit c5f2410
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appdaemon/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ def main(self): # noqa: C901
try:
config = utils.read_config_file(config_file_path)
except Exception as e:
print(f"FATAL: Unexpected error loading config file: {
config_file_path}")
print(f"FATAL: Unexpected error loading config file: {config_file_path}")
print(e)
sys.exit()

Expand Down

0 comments on commit c5f2410

Please sign in to comment.