folio-data-import 0.2.2__py3-none-any.whl → 0.2.3__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 folio-data-import might be problematic. Click here for more details.
- folio_data_import/UserImport.py +2 -0
- {folio_data_import-0.2.2.dist-info → folio_data_import-0.2.3.dist-info}/METADATA +1 -1
- folio_data_import-0.2.3.dist-info/RECORD +9 -0
- folio_data_import-0.2.2.dist-info/RECORD +0 -9
- {folio_data_import-0.2.2.dist-info → folio_data_import-0.2.3.dist-info}/LICENSE +0 -0
- {folio_data_import-0.2.2.dist-info → folio_data_import-0.2.3.dist-info}/WHEEL +0 -0
- {folio_data_import-0.2.2.dist-info → folio_data_import-0.2.3.dist-info}/entry_points.txt +0 -0
folio_data_import/UserImport.py
CHANGED
|
@@ -594,7 +594,9 @@ class UserImporter: # noqa: R0902
|
|
|
594
594
|
await self.logfile.write(message + "\n")
|
|
595
595
|
tasks = []
|
|
596
596
|
if tasks:
|
|
597
|
+
start = time.time()
|
|
597
598
|
await asyncio.gather(*tasks)
|
|
599
|
+
duration = time.time() - start
|
|
598
600
|
async with self.lock:
|
|
599
601
|
message = (
|
|
600
602
|
f"{dt.now().isoformat(sep=' ', timespec='milliseconds')}: "
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
folio_data_import/MARCDataImport.py,sha256=IStQ--WpPtnoPunQLK-LBiWApA1n9PHdKeNaFWk01a0,19478
|
|
2
|
+
folio_data_import/UserImport.py,sha256=L9GT6HjcsPSIILTb5LwXuWjyNBl3J6ft4PC4fgoqweI,27910
|
|
3
|
+
folio_data_import/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
folio_data_import/__main__.py,sha256=kav_uUsnrIjGjVxQkk3exLKrc1mah9t2x3G6bGS-5I0,3710
|
|
5
|
+
folio_data_import-0.2.3.dist-info/LICENSE,sha256=qJX7wxMC7ky9Kq4v3zij8MjGEiC5wsB7pYeOhLj5TDk,1083
|
|
6
|
+
folio_data_import-0.2.3.dist-info/METADATA,sha256=zhDrLl8I8ymgN2BD4RQpmfKhKXpWJ52t7BNCrQ0lm7U,2420
|
|
7
|
+
folio_data_import-0.2.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
8
|
+
folio_data_import-0.2.3.dist-info/entry_points.txt,sha256=498SxWVXeEMRNw3PUf-eoReZvKewmYwPBtZhIUPr_Jg,192
|
|
9
|
+
folio_data_import-0.2.3.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
folio_data_import/MARCDataImport.py,sha256=IStQ--WpPtnoPunQLK-LBiWApA1n9PHdKeNaFWk01a0,19478
|
|
2
|
-
folio_data_import/UserImport.py,sha256=_3qdbXNDft2ZM4iiSaEEfzWg68Nzy0BiOEozU-BIif4,27827
|
|
3
|
-
folio_data_import/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
folio_data_import/__main__.py,sha256=kav_uUsnrIjGjVxQkk3exLKrc1mah9t2x3G6bGS-5I0,3710
|
|
5
|
-
folio_data_import-0.2.2.dist-info/LICENSE,sha256=qJX7wxMC7ky9Kq4v3zij8MjGEiC5wsB7pYeOhLj5TDk,1083
|
|
6
|
-
folio_data_import-0.2.2.dist-info/METADATA,sha256=RTRiCwYrRJ-nFsMWeS2ZXQFQwL1I9P4Sl0vzMK_HEuU,2420
|
|
7
|
-
folio_data_import-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
8
|
-
folio_data_import-0.2.2.dist-info/entry_points.txt,sha256=498SxWVXeEMRNw3PUf-eoReZvKewmYwPBtZhIUPr_Jg,192
|
|
9
|
-
folio_data_import-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|