Skip to content

Commit

Permalink
Merge pull request #173 from specklesystems/jrm/fix-py-indent-error
Browse files Browse the repository at this point in the history
Update users.py
  • Loading branch information
JR-Morgan authored Sep 22, 2023
2 parents 37032cc + d572609 commit 3b026e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpy_speckle/operators/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def execute(self, context):
_report(f"Authenticated {len(users)}/{len(profiles)} accounts")

if active_user_index < len(users):
speckle.active_user = str(active_user_index)
speckle.active_user = str(active_user_index)

bpy.context.view_layer.update()

Expand Down

0 comments on commit 3b026e6

Please sign in to comment.