mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-30 12:57:21 +00:00
Remove underscore or the string will not match
This commit is contained in:
parent
4254ed4d86
commit
36d0d7da7b
@ -8862,7 +8862,7 @@ def doPrintUsers():
|
|||||||
elif myarg == u'todrive':
|
elif myarg == u'todrive':
|
||||||
todrive = True
|
todrive = True
|
||||||
i += 1
|
i += 1
|
||||||
elif myarg in [u'deleted_only', u'only_deleted']:
|
elif myarg in [u'deletedonly', u'onlydeleted']:
|
||||||
deleted_only = True
|
deleted_only = True
|
||||||
i += 1
|
i += 1
|
||||||
elif myarg == u'orderby':
|
elif myarg == u'orderby':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user