Fixed bug in gam <UserTypeEntity> print filelist that caused a trap.

This commit is contained in:
Ross Scroggs
2024-07-18 07:07:54 -07:00
parent 8e3d562830
commit 752b502399
5 changed files with 17 additions and 9 deletions

View File

@@ -54413,7 +54413,7 @@ def printFileList(users):
simpleLists = ['permissionIds', 'spaces']
skipObjects = set()
fileIdEntity = {}
selectSubQuery = ''
getSharedDriveACLsCountMsg = selectSubQuery = ''
delimiter = GC.Values[GC.CSV_OUTPUT_FIELD_DELIMITER]
DLP = DriveListParameters({'allowChoose': True, 'allowCorpora': True, 'allowQuery': True, 'mimeTypeInQuery': False})
DFF = DriveFileFields()