Skip to content

Catch the right error when the constraint type name is not set

Phyks requested to merge config-check into master

When running the python -m flatisfy fetch line without a config file, an unexpected error triggers, preventing to land in the catch block and show the error message about the missing config. This fixes it.

Merge request reports