diff --git a/htmd/site.py b/htmd/site.py index 65c642e..69215d3 100644 --- a/htmd/site.py +++ b/htmd/site.py @@ -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