mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Fix bug where user all was not properly recognized (#1202)
This commit is contained in:
@@ -316,6 +316,8 @@ def showReport():
|
|||||||
eventName = sys.argv[i + 1]
|
eventName = sys.argv[i + 1]
|
||||||
i += 2
|
i += 2
|
||||||
elif myarg == 'user':
|
elif myarg == 'user':
|
||||||
|
userKey = sys.argv[i + 1].lower()
|
||||||
|
if userKey != 'all':
|
||||||
userKey = gam.normalizeEmailAddressOrUID(sys.argv[i + 1])
|
userKey = gam.normalizeEmailAddressOrUID(sys.argv[i + 1])
|
||||||
i += 2
|
i += 2
|
||||||
elif myarg in ['filter', 'filters']:
|
elif myarg in ['filter', 'filters']:
|
||||||
|
|||||||
Reference in New Issue
Block a user