kodexa 6.3.4a5856166404__py3-none-any.whl → 6.3.4a5856344862__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.
- kodexa/assistant/assistant.py +3 -3
- {kodexa-6.3.4a5856166404.dist-info → kodexa-6.3.4a5856344862.dist-info}/METADATA +1 -1
- {kodexa-6.3.4a5856166404.dist-info → kodexa-6.3.4a5856344862.dist-info}/RECORD +5 -5
- {kodexa-6.3.4a5856166404.dist-info → kodexa-6.3.4a5856344862.dist-info}/LICENSE +0 -0
- {kodexa-6.3.4a5856166404.dist-info → kodexa-6.3.4a5856344862.dist-info}/WHEEL +0 -0
kodexa/assistant/assistant.py
CHANGED
@@ -74,7 +74,7 @@ def replace_option(option_type, option_value, event_helper, cache, kodexa_client
|
|
74
74
|
document = document_family.get_document()
|
75
75
|
document.ref = full_url
|
76
76
|
cache[cache_key] = document
|
77
|
-
logger.info(
|
77
|
+
logger.info("Downloaded document")
|
78
78
|
|
79
79
|
# We keep the ref of the document so we can use it later
|
80
80
|
return cache[cache_key]
|
@@ -83,7 +83,7 @@ def replace_option(option_type, option_value, event_helper, cache, kodexa_client
|
|
83
83
|
logger.warning(f"Unable to access the document ({e})")
|
84
84
|
return None
|
85
85
|
else:
|
86
|
-
logger.info(
|
86
|
+
logger.info("Document reference not available")
|
87
87
|
return None
|
88
88
|
|
89
89
|
elif len(full_url) > 0:
|
@@ -151,7 +151,7 @@ def replace_options(step, event_helper, cache, kodexa_client):
|
|
151
151
|
Example:
|
152
152
|
replace_options(step, event_helper, cache, kodexa_client)
|
153
153
|
"""
|
154
|
-
logger.info(
|
154
|
+
logger.info("Determine is we have any options that need replacement")
|
155
155
|
# We need to document any documents that are part of the options
|
156
156
|
for key in step.option_types.keys():
|
157
157
|
logger.info(f"Check option type for key {key}")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
kodexa/__init__.py,sha256=nH7p-Rk5QXXeEBj-DSewxr1iGx8B82RNyWH7TITSBPI,957
|
2
2
|
kodexa/assistant/__init__.py,sha256=nlXm_YnV_50hgn0TIT2Fkc2fQ-86OjmctY_j8My9nc4,171
|
3
|
-
kodexa/assistant/assistant.py,sha256=
|
3
|
+
kodexa/assistant/assistant.py,sha256=5KFdbqFSLIZJyDRyZdpcfr448fT-CW4JhYu9A6B9DGY,14663
|
4
4
|
kodexa/connectors/__init__.py,sha256=WF6G_MUeU32TlKSUKkpNoNX7dq8iBPliFMep4E8BmZc,328
|
5
5
|
kodexa/connectors/connectors.py,sha256=FpUZDkSyHld2b9eYRuVOWzaFtuGoaRuPXXicJB7THbc,10413
|
6
6
|
kodexa/model/__init__.py,sha256=rtLXYJBxB-rnukhslN9rlqoB3--1H3253HyHGbD_Gc8,796
|
@@ -34,7 +34,7 @@ kodexa/testing/test_components.py,sha256=4BnzCCOA5v__82mB1TIBPHfNIGJbkZz9PiTZiNK
|
|
34
34
|
kodexa/testing/test_utils.py,sha256=IWLKBvMHATzrsoO9PQFGcwoGcuZykhAS3QRddfzb_XE,14043
|
35
35
|
kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
|
36
36
|
kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
|
-
kodexa-6.3.
|
38
|
-
kodexa-6.3.
|
39
|
-
kodexa-6.3.
|
40
|
-
kodexa-6.3.
|
37
|
+
kodexa-6.3.4a5856344862.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
38
|
+
kodexa-6.3.4a5856344862.dist-info/METADATA,sha256=1N7ePM4nowCRcvKFj_KocJ3RcCv_3iO1VoYW-g3iX1k,4069
|
39
|
+
kodexa-6.3.4a5856344862.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
40
|
+
kodexa-6.3.4a5856344862.dist-info/RECORD,,
|
File without changes
|
File without changes
|