mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Had to make it handle -O and -p in the getopt jazz.
This commit is contained in:
parent
6ead5d2692
commit
e27f7e555c
@ -150,7 +150,7 @@ def processConfigFile(filename):
|
||||
reportConfigError(filename, msg)
|
||||
|
||||
def main():
|
||||
(optlist, filenames) = getopt.getopt(sys.argv[1:], 'c:')
|
||||
(optlist, filenames) = getopt.getopt(sys.argv[1:], 'Opc:')
|
||||
for (option, argument) in optlist:
|
||||
if option == '-c':
|
||||
myLocals = {}
|
||||
|
Loading…
Reference in New Issue
Block a user