dcicutils 8.8.2.1b5__py3-none-any.whl → 8.8.2.1b6__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.
- dcicutils/progress_bar.py +2 -2
- {dcicutils-8.8.2.1b5.dist-info → dcicutils-8.8.2.1b6.dist-info}/METADATA +1 -1
- {dcicutils-8.8.2.1b5.dist-info → dcicutils-8.8.2.1b6.dist-info}/RECORD +6 -6
- {dcicutils-8.8.2.1b5.dist-info → dcicutils-8.8.2.1b6.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.8.2.1b5.dist-info → dcicutils-8.8.2.1b6.dist-info}/WHEEL +0 -0
- {dcicutils-8.8.2.1b5.dist-info → dcicutils-8.8.2.1b6.dist-info}/entry_points.txt +0 -0
dcicutils/progress_bar.py
CHANGED
@@ -149,8 +149,7 @@ class ProgressBar:
|
|
149
149
|
if self._done or self._bar is None:
|
150
150
|
return
|
151
151
|
self._ended = time.time()
|
152
|
-
self.
|
153
|
-
self.set_progress(self.total) # xyzzy
|
152
|
+
self.set_progress(self.total)
|
154
153
|
self._bar.set_description(self._description)
|
155
154
|
self._bar.refresh()
|
156
155
|
# FYI: Do NOT do a bar.disable = True before a bar.close() or it messes up output
|
@@ -160,6 +159,7 @@ class ProgressBar:
|
|
160
159
|
self._tidy_output_hack.restore()
|
161
160
|
if self._interrupt_handler:
|
162
161
|
self._interrupt_handler.restore()
|
162
|
+
self._done = True
|
163
163
|
|
164
164
|
def disable(self, value: bool = True) -> None:
|
165
165
|
self._disabled = (value is True)
|
@@ -48,7 +48,7 @@ dcicutils/obfuscation_utils.py,sha256=fo2jOmDRC6xWpYX49u80bVNisqRRoPskFNX3ymFAmj
|
|
48
48
|
dcicutils/opensearch_utils.py,sha256=V2exmFYW8Xl2_pGFixF4I2Cc549Opwe4PhFi5twC0M8,1017
|
49
49
|
dcicutils/portal_object_utils.py,sha256=gDXRgPsRvqCFwbC8WatsuflAxNiigOnqr0Hi93k3AgE,15422
|
50
50
|
dcicutils/portal_utils.py,sha256=oBoI3KWRp6YrbsuVGbmPQ3kATB5cVVsQo7-qmnYXWqg,30260
|
51
|
-
dcicutils/progress_bar.py,sha256=
|
51
|
+
dcicutils/progress_bar.py,sha256=yaYXndUpFp2htE64FKWrDAnfgwTWzYn1Q9F9sha5P7I,13555
|
52
52
|
dcicutils/project_utils.py,sha256=qPdCaFmWUVBJw4rw342iUytwdQC0P-XKpK4mhyIulMM,31250
|
53
53
|
dcicutils/qa_checkers.py,sha256=cdXjeL0jCDFDLT8VR8Px78aS10hwNISOO5G_Zv2TZ6M,20534
|
54
54
|
dcicutils/qa_utils.py,sha256=TT0SiJWiuxYvbsIyhK9VO4uV_suxhB6CpuC4qPacCzQ,160208
|
@@ -72,8 +72,8 @@ dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
|
72
72
|
dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
|
73
73
|
dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
|
74
74
|
dcicutils/zip_utils.py,sha256=rnjNv_k6L9jT2SjDSgVXp4BEJYLtz9XN6Cl2Fy-tqnM,2027
|
75
|
-
dcicutils-8.8.2.
|
76
|
-
dcicutils-8.8.2.
|
77
|
-
dcicutils-8.8.2.
|
78
|
-
dcicutils-8.8.2.
|
79
|
-
dcicutils-8.8.2.
|
75
|
+
dcicutils-8.8.2.1b6.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
76
|
+
dcicutils-8.8.2.1b6.dist-info/METADATA,sha256=r_efTJn8_-SXWk7MsEWfZVNhXhnPzD2V-4Wi_UeYdbE,3356
|
77
|
+
dcicutils-8.8.2.1b6.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
78
|
+
dcicutils-8.8.2.1b6.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
79
|
+
dcicutils-8.8.2.1b6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|