oarepo-runtime 1.5.68__py3-none-any.whl → 1.5.69__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- oarepo_runtime/datastreams/writers/attachments_service.py +1 -1
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/METADATA +1 -1
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/RECORD +7 -7
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/LICENSE +0 -0
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/WHEEL +0 -0
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/entry_points.txt +0 -0
- {oarepo_runtime-1.5.68.dist-info → oarepo_runtime-1.5.69.dist-info}/top_level.txt +0 -0
@@ -51,7 +51,7 @@ class AttachmentsServiceWriter(BaseWriter):
|
|
51
51
|
|
52
52
|
with BulkUnitOfWork() as uow:
|
53
53
|
for entry in batch.entries:
|
54
|
-
if not entry.ok or entry.deleted:
|
54
|
+
if not entry.ok or entry.deleted or not entry.entry["files"]["enabled"]:
|
55
55
|
continue
|
56
56
|
with record_invenio_exceptions(entry):
|
57
57
|
self._write_attachments(entry, uow)
|
@@ -35,7 +35,7 @@ oarepo_runtime/datastreams/readers/service.py,sha256=izIMcrsUr4_qRZXHKQZs7Tyn1Op
|
|
35
35
|
oarepo_runtime/datastreams/readers/yaml.py,sha256=U4nyJQ8ocM_ohp-eUN1RjVoNzYV9z7xQ1XiQKG_B9Kk,408
|
36
36
|
oarepo_runtime/datastreams/writers/__init__.py,sha256=PWufWNrixFhXv5wSv3_pzmrimroqVB2DVgTxVtY5FCg,526
|
37
37
|
oarepo_runtime/datastreams/writers/attachments_file.py,sha256=kV_IPAWawJ9PX-IfoncmLQXpdTbzRMsJie8uKX1vNp0,3161
|
38
|
-
oarepo_runtime/datastreams/writers/attachments_service.py,sha256=
|
38
|
+
oarepo_runtime/datastreams/writers/attachments_service.py,sha256=g_tbjUA3YnTE5gP21zlG2kIxneZsn0q95EVjlxB8s1M,4152
|
39
39
|
oarepo_runtime/datastreams/writers/service.py,sha256=PvCxYASDxOqT6iyL6cjw0aH41LaC1vwob4W3vnE9XmA,3920
|
40
40
|
oarepo_runtime/datastreams/writers/utils.py,sha256=Lk_ZLNeXTLuFEn04lw1-6bJ7duG6kwA8X4wf9c_GiL4,1067
|
41
41
|
oarepo_runtime/datastreams/writers/validation_errors.py,sha256=wOCXdniR6so_4ExpdFYYgBRyENp7_6kVFZM2L-Hy3G8,661
|
@@ -126,9 +126,9 @@ tests/marshmallow_to_json/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
126
126
|
tests/marshmallow_to_json/test_datacite_ui_schema.py,sha256=82iLj8nW45lZOUewpWbLX3mpSkpa9lxo-vK-Qtv_1bU,48552
|
127
127
|
tests/marshmallow_to_json/test_simple_schema.py,sha256=izZN9p0v6kovtSZ6AdxBYmK_c6ZOti2_z_wPT_zXIr0,1500
|
128
128
|
tests/pkg_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
129
|
-
oarepo_runtime-1.5.
|
130
|
-
oarepo_runtime-1.5.
|
131
|
-
oarepo_runtime-1.5.
|
132
|
-
oarepo_runtime-1.5.
|
133
|
-
oarepo_runtime-1.5.
|
134
|
-
oarepo_runtime-1.5.
|
129
|
+
oarepo_runtime-1.5.69.dist-info/LICENSE,sha256=h2uWz0OaB3EN-J1ImdGJZzc7yvfQjvHVYdUhQ-H7ypY,1064
|
130
|
+
oarepo_runtime-1.5.69.dist-info/METADATA,sha256=ranFL-8dQ8SoPzHNr8aFnYsGttb6i68bMA0ySqFjBmk,4720
|
131
|
+
oarepo_runtime-1.5.69.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
132
|
+
oarepo_runtime-1.5.69.dist-info/entry_points.txt,sha256=0cschM0RHc6UJ1uudhu4EP0hrVStPGpgMO-XEDGRtY4,430
|
133
|
+
oarepo_runtime-1.5.69.dist-info/top_level.txt,sha256=bHhlkT1_RQC4IkfTQCqA3iN4KCB6cSFQlsXpQMSP-bE,21
|
134
|
+
oarepo_runtime-1.5.69.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|