We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aa25f commit 48daf63Copy full SHA for 48daf63
1 file changed
pre_commit_hooks/check_munki_pkgsinfo.py
@@ -104,6 +104,7 @@ def main(argv=None):
104
105
retval = 0
106
for filename in args.filenames:
107
+ pkginfo = {}
108
try:
109
with open(filename, "rb") as openfile:
110
pkginfo = plistlib.load(openfile)
0 commit comments