Skip to content

Commit

Permalink
Update hooks/conan-center.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Apr 20, 2024
1 parent ad06e52 commit c03dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/conan-center.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def test(out):
@run_test("KB-H070", output)
def test(out):
# Don't enforce it for applications
if getattr(conanfile, package_type, None) == "application":
if getattr(conanfile, "package_type", None) == "application":
return
settings = getattr(conanfile, "settings", None)
if settings:
Expand Down

0 comments on commit c03dd57

Please sign in to comment.