mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
not_files should return Args object.
This commit is contained in:
+2
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user