Skip to content

Commit

Permalink
add shotgrid user to context
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementHector committed Feb 7, 2022
1 parent cfc1f90 commit bd1a963
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def process(self, context):

self.log.info("Logged to shotgrid {} with user {}".format(shotgrid_url, login))
context.data['shotgridSession'] = session
context.data['shotgridUser'] = login


def get_shotgrid_certificate():
Expand Down

0 comments on commit bd1a963

Please sign in to comment.