mirror of
https://github.com/munki/munki.git
synced 2026-05-07 04:49:28 -05:00
Merge branch 'master' into swiftapps
This commit is contained in:
@@ -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