tgwrap 0.9.2__py3-none-any.whl → 0.9.3__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.
- tgwrap/cli.py +1 -1
- {tgwrap-0.9.2.dist-info → tgwrap-0.9.3.dist-info}/METADATA +1 -1
- {tgwrap-0.9.2.dist-info → tgwrap-0.9.3.dist-info}/RECORD +6 -6
- {tgwrap-0.9.2.dist-info → tgwrap-0.9.3.dist-info}/LICENSE +0 -0
- {tgwrap-0.9.2.dist-info → tgwrap-0.9.3.dist-info}/WHEEL +0 -0
- {tgwrap-0.9.2.dist-info → tgwrap-0.9.3.dist-info}/entry_points.txt +0 -0
tgwrap/cli.py
CHANGED
@@ -42,7 +42,7 @@ def check_latest_version(verbose=False):
|
|
42
42
|
# this happens when your local version is ahead of the pypi version,
|
43
43
|
# which happens only in development
|
44
44
|
pass
|
45
|
-
except
|
45
|
+
except Exception:
|
46
46
|
echo('Could not determine package version, continue nevertheless.')
|
47
47
|
pass
|
48
48
|
|
@@ -1,11 +1,11 @@
|
|
1
1
|
tgwrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
tgwrap/analyze.py,sha256=CsSaGv-be6ATy36z9X7x00gpKY59soJys2VbIzD-tmg,8726
|
3
|
-
tgwrap/cli.py,sha256=
|
3
|
+
tgwrap/cli.py,sha256=w6IxXbHuok0D2KNKx6kEezHeNbMnGc09now0KtN80d4,29728
|
4
4
|
tgwrap/deploy.py,sha256=-fSk-Ix_HqrXY7KQX_L27TnFzIuhBHYv4xYJW6zRDN4,10243
|
5
5
|
tgwrap/main.py,sha256=9v8c7o32xmmkgEOgrUCiDCcivol4lRzauS6L0pvXdLw,81157
|
6
6
|
tgwrap/printer.py,sha256=dkcOCPIPB-IP6pn8QMpa06xlcqPFVaDvxnz-QEpDJV0,2663
|
7
|
-
tgwrap-0.9.
|
8
|
-
tgwrap-0.9.
|
9
|
-
tgwrap-0.9.
|
10
|
-
tgwrap-0.9.
|
11
|
-
tgwrap-0.9.
|
7
|
+
tgwrap-0.9.3.dist-info/LICENSE,sha256=VT-AVxIXt3EQTC-7Hy1uPGnrDNJLqfcgLgJD78fiyx4,1065
|
8
|
+
tgwrap-0.9.3.dist-info/METADATA,sha256=4QoTzQqkbDlKqK6aQXs8NvQZRAFrmUBkOoD-wZVetrw,13334
|
9
|
+
tgwrap-0.9.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
10
|
+
tgwrap-0.9.3.dist-info/entry_points.txt,sha256=H8X0PMPmd4aW7Y9iyChZ0Ug6RWGXqhRUvHH-6f6Mxz0,42
|
11
|
+
tgwrap-0.9.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|