Skip to content

Commit

Permalink
Fixing workspace Id not set when using version Id
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Apr 9, 2021
1 parent 608a60b commit aad492c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onshape_to_robot/load_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from colorama import Fore, Back, Style

# OnShape API client
workspaceId = None
client = Client(logging=False, creds=configFile)
client.useCollisionsConfigurations = config['useCollisionsConfigurations']

Expand Down

0 comments on commit aad492c

Please sign in to comment.