1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 00:08:50 -05:00

Ignore that... wasn't supposed to happen

This commit is contained in:
Aaron Griffin 2007-02-23 05:12:58 +00:00
parent bfbba7628d
commit 2f32a02f9d

View File

@ -40,7 +40,6 @@ def globTests(option, opt_str, value, parser):
globlist += glob.glob(parser.rargs[idx])
idx += 1
print "tests: %s" % globlist
parser.rargs = parser.rargs[idx:]
setattr(parser.values, option.dest, globlist)