mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Should fix improper returns
This commit is contained in:
parent
5ea671d764
commit
f4da3c6705
1 changed files with 4 additions and 0 deletions
|
@ -160,3 +160,7 @@ def get_args(ctx, args, *, rem=False, rm=False, lim=False):
|
|||
return destination, remaining, limit
|
||||
return destination, remaining
|
||||
return destination
|
||||
if rm:
|
||||
return destination, remove
|
||||
if lim:
|
||||
return destination, limit
|
||||
|
|
Loading…
Reference in a new issue