Merge branch 'master' into swiftapps

This commit is contained in:
Greg Neagle
2018-10-03 15:51:26 +02:00
+1 -1
View File
@@ -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: