kodexa 7.0.8790901211__py3-none-any.whl → 7.0.8801100838__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/platform/kodexa.py +4 -0
- {kodexa-7.0.8790901211.dist-info → kodexa-7.0.8801100838.dist-info}/METADATA +1 -1
- {kodexa-7.0.8790901211.dist-info → kodexa-7.0.8801100838.dist-info}/RECORD +5 -5
- {kodexa-7.0.8790901211.dist-info → kodexa-7.0.8801100838.dist-info}/LICENSE +0 -0
- {kodexa-7.0.8790901211.dist-info → kodexa-7.0.8801100838.dist-info}/WHEEL +0 -0
kodexa/platform/kodexa.py
CHANGED
@@ -307,6 +307,10 @@ class KodexaPlatform:
|
|
307
307
|
)
|
308
308
|
if obj_response.status_code == 200:
|
309
309
|
kodexa_config = get_config(profile, create=True)
|
310
|
+
|
311
|
+
if profile not in kodexa_config:
|
312
|
+
kodexa_config[profile] = {}
|
313
|
+
|
310
314
|
kodexa_config[profile]["url"] = kodexa_url
|
311
315
|
kodexa_config[profile]["access_token"] = token
|
312
316
|
save_config(kodexa_config)
|
@@ -13,7 +13,7 @@ kodexa/pipeline/pipeline.py,sha256=ZYpJAWcwV4YRK589DUhU0vXGQlkNSj4J2TsGbYqTLjo,2
|
|
13
13
|
kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
|
14
14
|
kodexa/platform/client.py,sha256=iDnKEu8mI1aaNQPVGTaacrg-K01BRXQq9vyHuZwBEOw,213407
|
15
15
|
kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
|
16
|
-
kodexa/platform/kodexa.py,sha256=
|
16
|
+
kodexa/platform/kodexa.py,sha256=Bvf6x43FWsFuAuQ4N8TvjSZq6niEtBTESmFCWVPASeQ,34024
|
17
17
|
kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
|
18
18
|
kodexa/selectors/ast.py,sha256=gG-1st841IntgBE5V7p3Cq9azaym2jV5lB_AIywQTCI,13269
|
19
19
|
kodexa/selectors/core.py,sha256=kkt02DN20gXeaDGoGubPPeeTV7rCr4sxTyELrI0l1YU,3691
|
@@ -35,7 +35,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
|
|
35
35
|
kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
|
36
36
|
kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
|
37
37
|
kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
|
-
kodexa-7.0.
|
39
|
-
kodexa-7.0.
|
40
|
-
kodexa-7.0.
|
41
|
-
kodexa-7.0.
|
38
|
+
kodexa-7.0.8801100838.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
39
|
+
kodexa-7.0.8801100838.dist-info/METADATA,sha256=bKdotJLMCXdTkv9wFcw84B8gPdzPizYKpw-EEZkOHmU,3493
|
40
|
+
kodexa-7.0.8801100838.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
41
|
+
kodexa-7.0.8801100838.dist-info/RECORD,,
|
File without changes
|
File without changes
|