mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Fix indentaton (#1511)
This commit is contained in:
@@ -47,9 +47,9 @@ def printshow_orgunit_shared_drives(csvFormat):
|
|||||||
elif myarg in ['ou', 'org', 'orgunit']:
|
elif myarg in ['ou', 'org', 'orgunit']:
|
||||||
orgunit = sys.argv[i + 1]
|
orgunit = sys.argv[i + 1]
|
||||||
i += 2
|
i += 2
|
||||||
else:
|
else:
|
||||||
controlflow.invalid_argument_exit(sys.argv[i],
|
controlflow.invalid_argument_exit(sys.argv[i],
|
||||||
f"gam {['show', 'print'][csvFormat]} oushareddrives")
|
f"gam {['show', 'print'][csvFormat]} oushareddrives")
|
||||||
ci = gapi_cloudidentity.build('cloudidentity_beta')
|
ci = gapi_cloudidentity.build('cloudidentity_beta')
|
||||||
_, orgUnitId = gapi_directory_orgunits.getOrgUnitId(orgunit)
|
_, orgUnitId = gapi_directory_orgunits.getOrgUnitId(orgunit)
|
||||||
parent = f'orgUnits/{orgUnitId[3:]}'
|
parent = f'orgUnits/{orgUnitId[3:]}'
|
||||||
|
|||||||
Reference in New Issue
Block a user