Skip to content

Commit 8025ce2

Browse files
committed
Change absence of blocking_applications to WARNING only
1 parent b0cf6e1 commit 8025ce2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pre_commit_hooks/check_munki_pkgsinfo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,10 @@ def main(argv=None):
129129
)
130130
):
131131
print(
132-
"{}: contains a pkg installer but has no blocking applications".format(
132+
"WARNING: {}: contains a pkg installer but has no blocking applications".format(
133133
filename
134134
)
135135
)
136-
retval = 1
137136

138137
# Ensure an icon exists for the item.
139138
if not any(

0 commit comments

Comments
 (0)