Skip to content

Commit

Permalink
sg-22648-shotgrid replace shotgun instances (shotgunsoftware#26)
Browse files Browse the repository at this point in the history
* sg-22648-shotgrid replace shotgun instances

* sg-22648-shotgrid Update shotgunsoftware url

Co-authored-by: Sergio Zamudio <sergio.zamudio@autodesk.com>
  • Loading branch information
zamu5 and Sergio Zamudio authored Jun 8, 2021
1 parent 566c571 commit ab9f673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com)

## Documentation
This repository is a part of the Shotgun Pipeline Toolkit.
This repository is a part of the ShotGrid Pipeline Toolkit.

- For more information about this app and for release notes, *see the wiki section*.
- For general information and documentation, click here: https://support.shotgunsoftware.com/entries/95441257
- For information about Shotgun in general, click here: http://www.shotgunsoftware.com/toolkit
- For information about ShotGrid in general, click here: https://help.autodesk.com/view/SGSUB/ENU/

## Using this app in your Setup
All the apps that are part of our standard app suite are pushed to our App Store.
Expand Down
2 changes: 1 addition & 1 deletion hooks/tk-mari_scene_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _update_geometry_items(self, items):
self.parent.sgtk, all_paths, fields=fields
)
except TankError as e:
raise TankError("Failed to query publishes from Shotgun: %s" % e)
raise TankError("Failed to query publishes from ShotGrid: %s" % e)

# now we have all the info we need to update geometry:
for item in items:
Expand Down

0 comments on commit ab9f673

Please sign in to comment.