SG-21701 Replace instances of Shotgun strings in .py files in all tk-…#142
SG-21701 Replace instances of Shotgun strings in .py files in all tk-…#142
Conversation
…* repos with "SG"
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #142 +/- ##
===========================================
- Coverage 82.15% 39.13% -43.03%
===========================================
Files 61 61
Lines 4730 4730
===========================================
- Hits 3886 1851 -2035
- Misses 844 2879 +2035 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| app_dialog.root["collected items tree"].outlineitems[ | ||
| "Publish to Shotgun with items" | ||
| ][1].mouseClick() | ||
| app_dialog.root["collected items tree"].outlineitems["Publish to Shotgun with items"][ |
eshokrgozar
left a comment
There was a problem hiding this comment.
I'm not sure how deep you were asked to take this so let me know if these were left out on purpose. But there are a few Shotgun mentions that haven't been changed. Here are some examples (there are more):
tk-multi-publish2/hooks/publish_file.py
Line 133 in f340f26
tk-multi-publish2/hooks/upload_version.py
Line 97 in f340f26
Line 82 in f340f26
There are also logger messages mentioning Shotgun. Are we leaving these for now? Again, just an example:
tk-multi-publish2/hooks/publish_file.py
Line 336 in f340f26
Lastly. The tests are failing on this PR
…* repos with "SG"