diff -ru /usr/lib/python3.7/site-packages/pungi/checks.py usr/lib/python3.7/site-packages/pungi/checks.py --- /usr/lib/python3.7/site-packages/pungi/checks.py 2019-06-11 16:39:11.302949807 -0400 +++ usr/lib/python3.7/site-packages/pungi/checks.py 2019-06-11 16:38:27.822947261 -0400 @@ -300,7 +300,7 @@ # and the data is actually a dict and isinstance(instance.get(property), dict) # and it's git - and instance[property].get("scm", "") == "git" + and instance[property]["scm"] == "git" # and there's a repo URL specified and "repo" in instance[property] ):