mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-29 12:27:21 +00:00
Merge pull request #280 from PMox/master
Remove underscore or the string will not match
This commit is contained in:
commit
953ea36177
@ -8889,7 +8889,7 @@ def doPrintUsers():
|
||||
elif myarg == u'todrive':
|
||||
todrive = True
|
||||
i += 1
|
||||
elif myarg in [u'deleted_only', u'only_deleted']:
|
||||
elif myarg in [u'deletedonly', u'onlydeleted']:
|
||||
deleted_only = True
|
||||
i += 1
|
||||
elif myarg == u'orderby':
|
||||
|
Loading…
x
Reference in New Issue
Block a user