We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f64f3 commit 129334fCopy full SHA for 129334f
shotgun_api3/shotgun.py
@@ -3340,7 +3340,7 @@ def schema(self, entity_type):
3340
.. deprecated:: 3.0.0
3341
Use :meth:`~shotgun_api3.Shotgun.schema_field_read` instead.
3342
"""
3343
- raise ShotgunError("Deprecated: use schema_field_read('type':'%s') instead" % entity_type)
+ raise ShotgunError("Deprecated: use schema_field_read('%s') instead" % entity_type)
3344
3345
def entity_types(self):
3346
0 commit comments