gam7 7.9.3__py3-none-any.whl → 7.9.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- gam/__init__.py +7 -3
- {gam7-7.9.3.dist-info → gam7-7.9.4.dist-info}/METADATA +1 -1
- {gam7-7.9.3.dist-info → gam7-7.9.4.dist-info}/RECORD +6 -6
- {gam7-7.9.3.dist-info → gam7-7.9.4.dist-info}/WHEEL +0 -0
- {gam7-7.9.3.dist-info → gam7-7.9.4.dist-info}/entry_points.txt +0 -0
- {gam7-7.9.3.dist-info → gam7-7.9.4.dist-info}/licenses/LICENSE +0 -0
gam/__init__.py
CHANGED
|
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
|
28
|
-
__version__ = '7.09.
|
|
28
|
+
__version__ = '7.09.04'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -13138,7 +13138,7 @@ def doWhatIs():
|
|
|
13138
13138
|
entityUnknownWarning(Ent.EMAIL, email)
|
|
13139
13139
|
setSysExitRC(ENTITY_IS_UKNOWN_RC)
|
|
13140
13140
|
return
|
|
13141
|
-
if not invitableCheck
|
|
13141
|
+
if not invitableCheck:
|
|
13142
13142
|
isInvitableUser = False
|
|
13143
13143
|
else:
|
|
13144
13144
|
isInvitableUser, ci = _getIsInvitableUser(None, email)
|
|
@@ -66178,7 +66178,11 @@ def printSharedDriveOrganizers(users, useDomainAdminAccess=False):
|
|
|
66178
66178
|
showNoOrganizerDrives = SHOW_NO_PERMISSIONS_DRIVES_CHOICE_MAP['false']
|
|
66179
66179
|
fieldsList = ['role', 'type', 'emailAddress']
|
|
66180
66180
|
cd = entityList = orgUnitId = query = matchPattern = None
|
|
66181
|
-
domainList =
|
|
66181
|
+
domainList = set()
|
|
66182
|
+
if GC.Values[GC.DOMAIN]:
|
|
66183
|
+
domainList.add(GC.Values[GC.DOMAIN])
|
|
66184
|
+
else:
|
|
66185
|
+
domainList.add(GM.Globals[GM.DECODED_ID_TOKEN].get('hd', 'UNKNOWN').lower())
|
|
66182
66186
|
oneOrganizer = True
|
|
66183
66187
|
while Cmd.ArgumentsRemaining():
|
|
66184
66188
|
myarg = getArgument()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
gam/__init__.py,sha256=
|
|
1
|
+
gam/__init__.py,sha256=YAnpFpQJSMwosrIqRIRhOvyCMCyDXJcVhm7kT6riLL0,3518830
|
|
2
2
|
gam/__main__.py,sha256=amz0-959ph6zkZKqjaar4n60yho-T37w6qWI36qx0CA,1049
|
|
3
3
|
gam/cacerts.pem,sha256=82Ak7btW_2XvocLUvAwPmpx8Chi0oqtZUG1gseLK_t4,50235
|
|
4
4
|
gam/cbcm-v1.1beta1.json,sha256=xO5XloCQQULmPbFBx5bckdqmbLFQ7sJ2TImhE1ysDIY,19439
|
|
@@ -65,8 +65,8 @@ gam/googleapiclient/discovery_cache/base.py,sha256=yCDPtxnbNN-p5_9fzBacC6P3wcUPl
|
|
|
65
65
|
gam/googleapiclient/discovery_cache/file_cache.py,sha256=sim3Mg4HgRYo3vX75jvcKy_aV568EvIrtBfvfbw-044,4774
|
|
66
66
|
gam/iso8601/__init__.py,sha256=Z2PsYbXgAH5a5xzUvgczCboPzqWpm65kRcIngCnhViU,1218
|
|
67
67
|
gam/iso8601/iso8601.py,sha256=Li2FHZ4sBTWuthuQhyCvmvj0j6At8JbGzkSv2fc2RHU,4384
|
|
68
|
-
gam7-7.9.
|
|
69
|
-
gam7-7.9.
|
|
70
|
-
gam7-7.9.
|
|
71
|
-
gam7-7.9.
|
|
72
|
-
gam7-7.9.
|
|
68
|
+
gam7-7.9.4.dist-info/METADATA,sha256=5vlKfqpPz6DKhGtuivLL5d6b4lw3zxN-ww_KP_tsvNo,2977
|
|
69
|
+
gam7-7.9.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
70
|
+
gam7-7.9.4.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
|
|
71
|
+
gam7-7.9.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
72
|
+
gam7-7.9.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|