osc-lib 4.0.1__py3-none-any.whl → 4.0.2__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.
- osc_lib/shell.py +1 -1
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/METADATA +1 -1
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/RECORD +8 -8
- osc_lib-4.0.2.dist-info/pbr.json +1 -0
- osc_lib-4.0.1.dist-info/pbr.json +0 -1
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/AUTHORS +0 -0
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/LICENSE +0 -0
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/WHEEL +0 -0
- {osc_lib-4.0.1.dist-info → osc_lib-4.0.2.dist-info}/top_level.txt +0 -0
osc_lib/shell.py
CHANGED
@@ -541,7 +541,7 @@ class OpenStackShell(app.App):
|
|
541
541
|
self.client_manager.sdk_connection.close()
|
542
542
|
|
543
543
|
# Close session if available
|
544
|
-
if getattr(self.client_manager
|
544
|
+
if getattr(self.client_manager, "session", None) is not None:
|
545
545
|
self.client_manager.session.session.close()
|
546
546
|
|
547
547
|
# Process collected timing data
|
@@ -4,7 +4,7 @@ osc_lib/exceptions.py,sha256=LquVATR1tuwvVY49zxXVPbBDreXEJ5hBGHa94TpiIcY,3605
|
|
4
4
|
osc_lib/i18n.py,sha256=Be2g7dxbMzzryhCecbgiAw5lHtfSQwVbAO8kC9dGvWo,783
|
5
5
|
osc_lib/logs.py,sha256=QRvdBHDuZVyipwtPNXrEZw_ZbNN5cX00LfBqjR-e0_g,7496
|
6
6
|
osc_lib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
osc_lib/shell.py,sha256=
|
7
|
+
osc_lib/shell.py,sha256=LAW5CABKQtzboMuULEbuevmPCvYcusJg0NZxfH2Jowk,20067
|
8
8
|
osc_lib/version.py,sha256=Csam3SVWQ7sUSXbOOBIPyv9DAHv_EfMIPpExsXYMVX0,710
|
9
9
|
osc_lib/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
osc_lib/api/api.py,sha256=tRIO6fhxfFB_4pVL6Egs2fqL1O8L0aqBsi8Ot4gMu9Y,13819
|
@@ -44,10 +44,10 @@ osc_lib/tests/utils/test_utils.py,sha256=IQY4ViC-aX7RBczHoM9SUoDzxkZm4y3WsK2uW2L
|
|
44
44
|
osc_lib/utils/__init__.py,sha256=_4ZkGQRIhT6U4B3CXoIZ4Ylayt4MjRL0iknTOZ8aAFA,30328
|
45
45
|
osc_lib/utils/columns.py,sha256=rBEY8h0IDQcsgt7YLe1-YHotUYk3AUWpf4AyR59IEfw,4328
|
46
46
|
osc_lib/utils/tags.py,sha256=Egi2knM5OIN5_-Q4UeehHfu60JmLRN6hBt9fH-sG5t0,8594
|
47
|
-
osc_lib-4.0.
|
48
|
-
osc_lib-4.0.
|
49
|
-
osc_lib-4.0.
|
50
|
-
osc_lib-4.0.
|
51
|
-
osc_lib-4.0.
|
52
|
-
osc_lib-4.0.
|
53
|
-
osc_lib-4.0.
|
47
|
+
osc_lib-4.0.2.dist-info/AUTHORS,sha256=Z102Ulbz9vDvTh_HYZN1q0OLzLKgKe4nmiDYGkfl_Ac,6604
|
48
|
+
osc_lib-4.0.2.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
|
49
|
+
osc_lib-4.0.2.dist-info/METADATA,sha256=tLGgfYTXdf1isbDnI-OkutJqYr8nX1pSrd2iFMqAllQ,3593
|
50
|
+
osc_lib-4.0.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
51
|
+
osc_lib-4.0.2.dist-info/pbr.json,sha256=-9OXXw5P0cnwMF8BoBb3qCqLpscOoQ9Vn47rJwzrVmQ,46
|
52
|
+
osc_lib-4.0.2.dist-info/top_level.txt,sha256=2gBTdue3DjRADXu0aOKF83SmJiKaCwfZ9z6hzCrjYr4,8
|
53
|
+
osc_lib-4.0.2.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "e63cb66", "is_release": true}
|
osc_lib-4.0.1.dist-info/pbr.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "3ad4594", "is_release": true}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|