We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612b990 commit 742cad2Copy full SHA for 742cad2
1 file changed
pre_commit_hooks/munki_makecatalogs.py
@@ -35,9 +35,6 @@ def main(argv=None):
35
if not os.path.isdir(os.path.join(args.munki_repo, "pkgsinfo")):
36
print("Could not find pkgsinfo folder.")
37
retval = 1
38
- elif not os.path.isfile(python):
39
- print("{} does not exist.".format(python))
40
- retval = 1
41
elif not os.path.isfile(makecatalogs):
42
print("{} does not exist.".format(makecatalogs))
43
0 commit comments