We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551e217 commit fff4283Copy full SHA for fff4283
bin/uncompyle6
@@ -92,13 +92,13 @@ for opt, val in opts:
92
options['showgrammar'] = True
93
elif opt == '-o':
94
outfile = val
95
- elif opt == ('--timestamp', '-d'):
+ elif opt in ('--timestamp', '-d'):
96
timestamp = True
97
elif opt == '-c':
98
codes.append(val)
99
elif opt == '-p':
100
numproc = int(val)
101
- elif opt == ('--recurse', '-r'):
+ elif opt in ('--recurse', '-r'):
102
recurse_dirs = True
103
else:
104
print(opt, file=sys.stderr)
0 commit comments