easy-utils-dev 2.130__py3-none-any.whl → 2.131__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 easy-utils-dev might be problematic. Click here for more details.
- easy_utils_dev/ept.py +1 -4
- {easy_utils_dev-2.130.dist-info → easy_utils_dev-2.131.dist-info}/METADATA +1 -1
- {easy_utils_dev-2.130.dist-info → easy_utils_dev-2.131.dist-info}/RECORD +5 -5
- {easy_utils_dev-2.130.dist-info → easy_utils_dev-2.131.dist-info}/WHEEL +0 -0
- {easy_utils_dev-2.130.dist-info → easy_utils_dev-2.131.dist-info}/top_level.txt +0 -0
easy_utils_dev/ept.py
CHANGED
|
@@ -350,7 +350,7 @@ class EPTManager :
|
|
|
350
350
|
db = self.Database()
|
|
351
351
|
packs = self.get_all_amplifiers()
|
|
352
352
|
_packs = []
|
|
353
|
-
|
|
353
|
+
for pack in packs :
|
|
354
354
|
parentId = pack['parentId']
|
|
355
355
|
wdmline = pack['wdmline']
|
|
356
356
|
shelf = self.get_shelf_data_by_id(parentId)
|
|
@@ -385,9 +385,6 @@ class EPTManager :
|
|
|
385
385
|
'SHELFTYPE' : shelfType ,
|
|
386
386
|
})
|
|
387
387
|
self.logger.debug(f"Source:{sourceNE}/{fullSlot}/{pack.get('type')} -> {spanId} -> {DestinationNE}")
|
|
388
|
-
for pack in packs :
|
|
389
|
-
self.queue.addToQueue(action=__g_p , actionArgs={'pack' : pack})
|
|
390
|
-
self.queue.runQueue(maxRequests=10)
|
|
391
388
|
return _packs
|
|
392
389
|
|
|
393
390
|
|
|
@@ -11,7 +11,7 @@ easy_utils_dev/custom_env.py,sha256=vxrjikpSNJlKfoBE-ef88UExlpXucUe-HcwHMn3gfB0,
|
|
|
11
11
|
easy_utils_dev/debugger.py,sha256=08lYSg9Mx0l440aCk4Z1ofNUlN9pTL9um2CL_cCyUKs,18305
|
|
12
12
|
easy_utils_dev/easy_oracle.py,sha256=Jyc3HSl6eyLayjS8NoE4GOaf8otQlonR5_qOg2h1DjE,2157
|
|
13
13
|
easy_utils_dev/encryptor.py,sha256=f5Zjn0DGtXCyhldpVnBtfcTb4h4Wp0eQPHusEYwIags,1512
|
|
14
|
-
easy_utils_dev/ept.py,sha256=
|
|
14
|
+
easy_utils_dev/ept.py,sha256=NJemxZR5yNgI-kGp-bcDJtKqKwVWM-wcl1t1LT7iDpA,15666
|
|
15
15
|
easy_utils_dev/exceptions.py,sha256=6eTYBa8AIXC0wI6zgkqsLreSXyPf459G-ToO7ziQuK4,1669
|
|
16
16
|
easy_utils_dev/filescompressor.py,sha256=iKAtLfkEXOuvvqF56jH0D9KAAeZ7iaa_sRaJnyYkxiE,2875
|
|
17
17
|
easy_utils_dev/generate_license.py,sha256=fr_eoSjKCmDmAEBc6FWFXZxGQOHx9XO6hEK8dcyVUlA,3319
|
|
@@ -30,7 +30,7 @@ easy_utils_dev/winserviceapi.py,sha256=2ZP6jaSt1-5vEJYXqwBhwX-1-eQ3V3YzntsoOoko2
|
|
|
30
30
|
easy_utils_dev/wsnoclib.py,sha256=tC-RmjddaLpihPCRBLGC2RnRpFJqexhvExUr1KncoQM,29063
|
|
31
31
|
easy_utils_dev/wsselib.py,sha256=YweScnoAAH_t29EeIjBpkQ6HtX0Rp9mQudRsRce2SE8,7920
|
|
32
32
|
easy_utils_dev/ept_sql/create_dirs.sql,sha256=Tdd7eaZ1BmIe9DY4gnt2VQ0y_TSYWe9DxObfW2UbL-c,3510
|
|
33
|
-
easy_utils_dev-2.
|
|
34
|
-
easy_utils_dev-2.
|
|
35
|
-
easy_utils_dev-2.
|
|
36
|
-
easy_utils_dev-2.
|
|
33
|
+
easy_utils_dev-2.131.dist-info/METADATA,sha256=Uc3_docYtsWYchRIrgJijuyytttLcD55g6MqTbK3DXs,510
|
|
34
|
+
easy_utils_dev-2.131.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
35
|
+
easy_utils_dev-2.131.dist-info/top_level.txt,sha256=7vBsrpq7NmilkdU3YUvfd5iVDNBaT07u_-ut4F7zc7A,15
|
|
36
|
+
easy_utils_dev-2.131.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|