mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Remove underscore or the string will not match
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user