girder / girder_worker

Distributed task execution engine with Girder integration, developed by Kitware
http://girder-worker.readthedocs.io/
Apache License 2.0
34 stars 30 forks source link

correct `girder_client_token` usage example #355

Closed subdavis closed 3 years ago

subdavis commented 4 years ago

girder_client_token accepts a string, not a document. Token() must be used instead of Token

kotfic commented 4 years ago

@subdavis if you want to drop the str cast this looks good to me. thanks for the update!

subdavis commented 4 years ago

@kotfic done, ty.