mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 21:53:36 +00:00
Fixed spacing for orgs line
This commit is contained in:
2
gam.py
2
gam.py
@ -4528,7 +4528,7 @@ def doUpdateCros():
|
|||||||
#annotatedAssetID - Handle Asset Tag Field 2015-04-13
|
#annotatedAssetID - Handle Asset Tag Field 2015-04-13
|
||||||
body[u'annotatedAssetID'] = sys.argv[i+1]
|
body[u'annotatedAssetID'] = sys.argv[i+1]
|
||||||
i += 2
|
i += 2
|
||||||
elif sys.argv[i].lower() in [u'ou', u'org']:
|
elif sys.argv[i].lower() in [u'ou', u'org']:
|
||||||
body[u'orgUnitPath'] = sys.argv[i+1]
|
body[u'orgUnitPath'] = sys.argv[i+1]
|
||||||
if body[u'orgUnitPath'][0] != '/':
|
if body[u'orgUnitPath'][0] != '/':
|
||||||
body[u'orgUnitPath'] = u'/%s' % body[u'orgUnitPath']
|
body[u'orgUnitPath'] = u'/%s' % body[u'orgUnitPath']
|
||||||
|
Reference in New Issue
Block a user