gremlin-python
gremlin-python copied to clipboard
Fix if logic to allow kwargs team_id
This logic block was incorrect. We should only be checking the global config object if teamId/team_id not set in the kwargs.
Old logic made it impossible to pass team_id via kwargs.