shotgun-api3 3.8.3b1__py2.py3-none-any.whl → 3.8.4__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- shotgun_api3/shotgun.py +5 -4
- {shotgun_api3-3.8.3b1.dist-info → shotgun_api3-3.8.4.dist-info}/METADATA +1 -1
- {shotgun_api3-3.8.3b1.dist-info → shotgun_api3-3.8.4.dist-info}/RECORD +6 -6
- {shotgun_api3-3.8.3b1.dist-info → shotgun_api3-3.8.4.dist-info}/WHEEL +0 -0
- {shotgun_api3-3.8.3b1.dist-info → shotgun_api3-3.8.4.dist-info}/licenses/LICENSE +0 -0
- {shotgun_api3-3.8.3b1.dist-info → shotgun_api3-3.8.4.dist-info}/top_level.txt +0 -0
shotgun_api3/shotgun.py
CHANGED
|
@@ -122,7 +122,7 @@ not require the added security provided by enforcing this.
|
|
|
122
122
|
|
|
123
123
|
# ----------------------------------------------------------------------------
|
|
124
124
|
# Version
|
|
125
|
-
__version__ = "3.8.
|
|
125
|
+
__version__ = "3.8.4"
|
|
126
126
|
|
|
127
127
|
# ----------------------------------------------------------------------------
|
|
128
128
|
# Errors
|
|
@@ -3938,10 +3938,11 @@ class Shotgun(object):
|
|
|
3938
3938
|
if attempt == max_rpc_attempts:
|
|
3939
3939
|
LOG.debug("Request failed. Giving up after %d attempts." % attempt)
|
|
3940
3940
|
raise
|
|
3941
|
-
except Exception
|
|
3941
|
+
except Exception:
|
|
3942
3942
|
self._close_connection()
|
|
3943
|
-
|
|
3944
|
-
|
|
3943
|
+
if attempt == max_rpc_attempts:
|
|
3944
|
+
LOG.debug("Request failed. Giving up after %d attempts." % attempt)
|
|
3945
|
+
raise
|
|
3945
3946
|
|
|
3946
3947
|
LOG.debug(
|
|
3947
3948
|
"Request failed, attempt %d of %d. Retrying in %.2f seconds..."
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
shotgun_api3/__init__.py,sha256=ozupe6xjIlku1_K8MIkiPqeQ_KHkLUwdclsHJS-99Do,856
|
|
2
|
-
shotgun_api3/shotgun.py,sha256=
|
|
2
|
+
shotgun_api3/shotgun.py,sha256=CI8R55fM2YpTvGiafYzyiUwYOJF_Qqbt7xvJUZM9ptE,201575
|
|
3
3
|
shotgun_api3/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
shotgun_api3/lib/mimetypes.py,sha256=Ruaf-5qYHFuL6cIf2EmG2j106hVhqoYgWNE_FimZTXI,21046
|
|
5
5
|
shotgun_api3/lib/pyparsing.py,sha256=54nWYMQzZu_Hy9_6Lj8LQGqQLWl4I57o0g2By2eKV-4,273322
|
|
@@ -37,8 +37,8 @@ shotgun_api3/lib/mockgun/__init__.py,sha256=TxZ__PD9gcayodOWO0v4F1zBOU2a5w2tOlPZ
|
|
|
37
37
|
shotgun_api3/lib/mockgun/errors.py,sha256=BoSgMFKZmknWEGP36fPIaLeUxFt8LaSWBh09So8uIIM,2067
|
|
38
38
|
shotgun_api3/lib/mockgun/mockgun.py,sha256=4nDu-KjHSQOVETu1xCx-RYpe9cHfW0ssHOosyOHNUCs,38197
|
|
39
39
|
shotgun_api3/lib/mockgun/schema.py,sha256=BJXrdAV32Pk4zHiZDZl8h2-qVL_28JaPwcgew4ekOWQ,4884
|
|
40
|
-
shotgun_api3-3.8.
|
|
41
|
-
shotgun_api3-3.8.
|
|
42
|
-
shotgun_api3-3.8.
|
|
43
|
-
shotgun_api3-3.8.
|
|
44
|
-
shotgun_api3-3.8.
|
|
40
|
+
shotgun_api3-3.8.4.dist-info/licenses/LICENSE,sha256=AJTAS7bkObMedmRc5f0ZgWlvoay7p9XkggUQ3odOEeg,2824
|
|
41
|
+
shotgun_api3-3.8.4.dist-info/METADATA,sha256=JMe2-kIH1rNHBmkBs42Y_qeZsVzdw26xEYDVCTl7uHM,10445
|
|
42
|
+
shotgun_api3-3.8.4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
43
|
+
shotgun_api3-3.8.4.dist-info/top_level.txt,sha256=ySbEY-UvGvCuZYnVDmKpoRC6ROHEuKMppqIjqHHe8T0,13
|
|
44
|
+
shotgun_api3-3.8.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|