mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Remove debugging message from gam <UserTypeEntity> move drivefile <DriveFileEntity>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
7.29.03
|
||||||
|
|
||||||
|
Remove debugging message from `gam <UserTypeEntity> move drivefile <DriveFileEntity>`.
|
||||||
|
|
||||||
7.29.02
|
7.29.02
|
||||||
|
|
||||||
Fixed bug in `gam <UserTypeEntity> move drivefile <DriveFileEntity>` where the following options
|
Fixed bug in `gam <UserTypeEntity> move drivefile <DriveFileEntity>` where the following options
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.29.02'
|
__version__ = '7.29.03'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
#pylint: disable=wrong-import-position
|
#pylint: disable=wrong-import-position
|
||||||
@@ -62692,7 +62692,6 @@ def _updateMoveFilePermissions(drive, user, i, count,
|
|||||||
def _recursiveUpdateMovePermissions(drive, user, i, count,
|
def _recursiveUpdateMovePermissions(drive, user, i, count,
|
||||||
fileId, fileTitle,
|
fileId, fileTitle,
|
||||||
statistics, copyMoveOptions, sourceSearchArgs):
|
statistics, copyMoveOptions, sourceSearchArgs):
|
||||||
print('***recursiveUpdateMovePermissions', fileTitle)
|
|
||||||
_updateMoveFilePermissions(drive, user, i, count,
|
_updateMoveFilePermissions(drive, user, i, count,
|
||||||
Ent.DRIVE_FOLDER, fileId, fileTitle,
|
Ent.DRIVE_FOLDER, fileId, fileTitle,
|
||||||
statistics, STAT_FOLDER_PERMISSIONS_FAILED, copyMoveOptions)
|
statistics, STAT_FOLDER_PERMISSIONS_FAILED, copyMoveOptions)
|
||||||
|
|||||||
Reference in New Issue
Block a user