mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Fixed bug in gam create inboundssoprofile that caused a trap.
This commit is contained in:
@@ -44566,7 +44566,7 @@ def _showInboundSSOProfile(profile, FJQC, i=0, count=0):
|
||||
Ind.Decrement()
|
||||
|
||||
def _processInboundSSOProfileResult(result, returnNameOnly, kvlist, function):
|
||||
if result['done']:
|
||||
if result.get('done', False):
|
||||
if 'error' not in result:
|
||||
if 'response' in result:
|
||||
if not returnNameOnly:
|
||||
|
||||
Reference in New Issue
Block a user