Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Jan 18, 2024
1 parent 79248b7 commit 5798277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htmd/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_project_dir():
htmd_config = tomllib.load(config_file)
except FileNotFoundError:
msg = 'Can not find config.toml'
print(msg)
sys.exit(msg)

# Flask configs are flat, config.toml is not
Expand Down

0 comments on commit 5798277

Please sign in to comment.