deltafi 2.21.0__py3-none-any.whl → 2.22.1__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 deltafi might be problematic. Click here for more details.
deltafi/plugin.py
CHANGED
|
@@ -328,7 +328,7 @@ class Plugin(object):
|
|
|
328
328
|
num_threads = 1
|
|
329
329
|
if self.action_name(action) in self.thread_config:
|
|
330
330
|
maybe_num_threads = self.thread_config[self.action_name(action)]
|
|
331
|
-
if maybe_num_threads is int and maybe_num_threads > 0:
|
|
331
|
+
if type(maybe_num_threads) is int and maybe_num_threads > 0:
|
|
332
332
|
num_threads = maybe_num_threads
|
|
333
333
|
else:
|
|
334
334
|
self.logger.error(f"Ignoring non-int or invalid thread value {maybe_num_threads}")
|
|
@@ -8,7 +8,7 @@ deltafi/genericmodel.py,sha256=0qgii2o-fzHS6lM1C5X7_WTTSYsiZAM0i7RTfw0nw4U,1152
|
|
|
8
8
|
deltafi/input.py,sha256=CZ02GsObhu6CpdBKzNE5TJ_PSihQF3cr4XKPqouqRUU,1780
|
|
9
9
|
deltafi/logger.py,sha256=Lms9wmjyZWe9-SCKj4raNmGC9Cyn3BrfiniPXeM9VDY,2140
|
|
10
10
|
deltafi/metric.py,sha256=5Q40bLpNXk8mwu1wnN5L8GX22-iZxYEFBGt3zSNmYxI,972
|
|
11
|
-
deltafi/plugin.py,sha256=
|
|
11
|
+
deltafi/plugin.py,sha256=6EQx65kmv94_7SPayFA5VoPrrEsP1CweqrPMfEDTmoU,19088
|
|
12
12
|
deltafi/result.py,sha256=j_3icJ74xIQo9KQV738XiqaFOYirjuIgFEtld4pBvXk,9555
|
|
13
13
|
deltafi/storage.py,sha256=zgBkaDTiT4BLEE1lAYjq4mqS4zqZKzuoVmG1CNbkD20,2979
|
|
14
14
|
deltafi/test_kit/__init__.py,sha256=FHwsfe4TgGeVLINN6940urXAzxGvl_Hof0gmOB32N7Y,709
|
|
@@ -19,6 +19,6 @@ deltafi/test_kit/egress.py,sha256=MXEsYsgiG1G-1zCuwV23RCn7w5bPObP1J0_7nVN03MU,18
|
|
|
19
19
|
deltafi/test_kit/framework.py,sha256=pU8tLsMNWUhVtIhLusbQL3uPT4y8xsKWdzzXuxmxRrU,15432
|
|
20
20
|
deltafi/test_kit/timed_ingress.py,sha256=ogk6AzbPZInLOPMYy3MhjEXpITPn9-Ha6YSILGBdpro,4177
|
|
21
21
|
deltafi/test_kit/transform.py,sha256=7KOsNY9OSDiyTFXIx0knZeweXIA421vHS6PAxQAcOc0,4122
|
|
22
|
-
deltafi-2.
|
|
23
|
-
deltafi-2.
|
|
24
|
-
deltafi-2.
|
|
22
|
+
deltafi-2.22.1.dist-info/METADATA,sha256=eZsy83Xn9u1a2PY1W2n5WC-cKDqxPVfTydLSxqMeGpY,1519
|
|
23
|
+
deltafi-2.22.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
24
|
+
deltafi-2.22.1.dist-info/RECORD,,
|
|
File without changes
|