We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38560c commit 8b6443eCopy full SHA for 8b6443e
src/ugrd/main.py
@@ -183,7 +183,7 @@ def main():
183
logger.critical(e)
184
exit(1)
185
except Exception as e:
186
- logger.criical("An unhandled exception occurred while building:")
+ logger.critical("An unhandled exception occurred while building:")
187
print(generator.config_dict)
188
logger.critical(e, exc_info=True)
189
0 commit comments