mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
committed by
Greg Neagle
parent
559f75b9d6
commit
0bfa5a38b5
@@ -710,7 +710,7 @@ def makepkginfo(installeritem, options):
|
||||
|
||||
def check_mode(option, opt, value, parser):
|
||||
'''Callback to check --mode options'''
|
||||
modes = value.lower().replace(',', ' ').split()
|
||||
modes = value.replace(',', ' ').split()
|
||||
value = None
|
||||
rex = re.compile("[augo]+[=+-][rstwxXugo]+")
|
||||
for mode in modes:
|
||||
|
||||
Reference in New Issue
Block a user