cobweb-launcher 1.1.1__py3-none-any.whl → 1.1.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.
Potentially problematic release.
This version of cobweb-launcher might be problematic. Click here for more details.
- cobweb/launchers/launcher_pro.py +1 -1
- {cobweb_launcher-1.1.1.dist-info → cobweb_launcher-1.1.2.dist-info}/METADATA +1 -1
- {cobweb_launcher-1.1.1.dist-info → cobweb_launcher-1.1.2.dist-info}/RECORD +6 -6
- {cobweb_launcher-1.1.1.dist-info → cobweb_launcher-1.1.2.dist-info}/LICENSE +0 -0
- {cobweb_launcher-1.1.1.dist-info → cobweb_launcher-1.1.2.dist-info}/WHEEL +0 -0
- {cobweb_launcher-1.1.1.dist-info → cobweb_launcher-1.1.2.dist-info}/top_level.txt +0 -0
cobweb/launchers/launcher_pro.py
CHANGED
|
@@ -145,7 +145,7 @@ class LauncherPro(Launcher):
|
|
|
145
145
|
for q in self.__LAUNCHER_QUEUE__.values():
|
|
146
146
|
if q.length != 0:
|
|
147
147
|
queue_not_empty_count += 1
|
|
148
|
-
if self._pause.is_set()
|
|
148
|
+
if self._pause.is_set():
|
|
149
149
|
self._pause.clear()
|
|
150
150
|
self._execute()
|
|
151
151
|
elif queue_not_empty_count == 0:
|
|
@@ -18,15 +18,15 @@ cobweb/exceptions/__init__.py,sha256=E9SHnJBbhD7fOgPFMswqyOf8SKRDrI_i25L0bSpohvk
|
|
|
18
18
|
cobweb/exceptions/oss_db_exception.py,sha256=iP_AImjNHT3-Iv49zCFQ3rdLnlvuHa3h2BXApgrOYpA,636
|
|
19
19
|
cobweb/launchers/__init__.py,sha256=qwlkEJVri7dvCgi45aX3lqAmQS0HrPicAipDvH75kew,69
|
|
20
20
|
cobweb/launchers/launcher.py,sha256=O6Kkvqk-0kOxJom8YO9zW18e_2eMYrA5RTS9Xy4TW5k,5665
|
|
21
|
-
cobweb/launchers/launcher_pro.py,sha256=
|
|
21
|
+
cobweb/launchers/launcher_pro.py,sha256=19Ub44AQEJiajo3mJxp6pzyo90fRxPKfB7eYgyFM88c,6560
|
|
22
22
|
cobweb/pipelines/__init__.py,sha256=xanY-Z1d7zRR5JhCdW2htzrAywnKBkigiaUlTFa6of0,80
|
|
23
23
|
cobweb/pipelines/base_pipeline.py,sha256=fYnWf79GmhufXpcnMa3te18SbmnVeYLwxfyo-zLd9CY,1577
|
|
24
24
|
cobweb/pipelines/loghub_pipeline.py,sha256=cjPO6w6UJ0jNw2fVvdX0BCdlm58T7dmYXlxzXOBpvfY,1027
|
|
25
25
|
cobweb/utils/__init__.py,sha256=JTE4sBfHnKHhD6w9Auk0MIT7O9BMOamCeryhlHNx3Zg,47
|
|
26
26
|
cobweb/utils/oss.py,sha256=uD5aN2oVYImit3amE6TjxWMaTAcbAh9dCnpIQhf4M9Q,3238
|
|
27
27
|
cobweb/utils/tools.py,sha256=bVd3iRGBvwhohQAH7AXTTjbmQ54Z35K0O-fatEyhePU,1249
|
|
28
|
-
cobweb_launcher-1.1.
|
|
29
|
-
cobweb_launcher-1.1.
|
|
30
|
-
cobweb_launcher-1.1.
|
|
31
|
-
cobweb_launcher-1.1.
|
|
32
|
-
cobweb_launcher-1.1.
|
|
28
|
+
cobweb_launcher-1.1.2.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
|
|
29
|
+
cobweb_launcher-1.1.2.dist-info/METADATA,sha256=F8r1v79qzoQ30Fw2jPpSk0ovNCAkRSArNDPW9dUa_n0,1245
|
|
30
|
+
cobweb_launcher-1.1.2.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
31
|
+
cobweb_launcher-1.1.2.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
|
|
32
|
+
cobweb_launcher-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|