not_files should return Args object.

This commit is contained in:
Kenneth Reitz
2011-03-21 23:53:16 -04:00
parent 35ec821e37
commit 5366c7e5b2
+2 -1
View File
@@ -343,7 +343,8 @@ class Args(object):
if not os.path.exists(arg):
_args.append(arg)
return _args
return Args(_args, no_argv=True)
@property
def copy(self):