pycoze 0.1.62__py3-none-any.whl → 0.1.63__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pycoze/ui/base.py +2 -2
- {pycoze-0.1.62.dist-info → pycoze-0.1.63.dist-info}/METADATA +1 -1
- {pycoze-0.1.62.dist-info → pycoze-0.1.63.dist-info}/RECORD +6 -6
- {pycoze-0.1.62.dist-info → pycoze-0.1.63.dist-info}/LICENSE +0 -0
- {pycoze-0.1.62.dist-info → pycoze-0.1.63.dist-info}/WHEEL +0 -0
- {pycoze-0.1.62.dist-info → pycoze-0.1.63.dist-info}/top_level.txt +0 -0
pycoze/ui/base.py
CHANGED
@@ -19,7 +19,7 @@ def get_ui():
|
|
19
19
|
stack_files = list(reversed([s.filename.replace('\\', '/') for s in stack]))
|
20
20
|
match_item = None
|
21
21
|
for f in stack_files:
|
22
|
-
for v in params["
|
22
|
+
for v in params["uiData"]:
|
23
23
|
if v["uiFile"] == f:
|
24
24
|
match_item = v
|
25
25
|
break
|
@@ -27,7 +27,7 @@ def get_ui():
|
|
27
27
|
break
|
28
28
|
|
29
29
|
if not match_item:
|
30
|
-
raise Exception("
|
30
|
+
raise Exception("uiData not found for file")
|
31
31
|
|
32
32
|
by = match_item["by"]
|
33
33
|
|
@@ -15,15 +15,15 @@ pycoze/bot/agent/agent_types/react_prompt.py,sha256=jyovokGaPzNIe5bvTRvn0gmsWLx5
|
|
15
15
|
pycoze/gpu/__init__.py,sha256=cuxwDdz2Oo-VcwZ50FtFtEIJXdqoz2el-n0QpSt_NMc,75
|
16
16
|
pycoze/gpu/gpu_reserve.py,sha256=T-M1w8DiQQNtyNVok9Fj9qXGfTs5mxJp-gw-rxs50es,5410
|
17
17
|
pycoze/ui/__init__.py,sha256=7xAfL2lfG7-jllPJEZUJO89xUE9sNzvo1y0WmBswjBI,458
|
18
|
-
pycoze/ui/base.py,sha256=
|
18
|
+
pycoze/ui/base.py,sha256=mxyGV_dn8bk3I22KI3sY1uRzDb25O2kqZ1LASjLWeqY,1465
|
19
19
|
pycoze/ui/color.py,sha256=cT9Ib8uNzkOKxyW0IwVj46o4LwdB1xgNCj1_Rou9d_4,854
|
20
20
|
pycoze/ui/typ.py,sha256=NpT0FrbHvByOszBZMFtroRp7I7pN-38tYz_zPOPejF4,1723
|
21
21
|
pycoze/ui/ui_def.py,sha256=UhhU_yB3GV9ISbvTWT48hsHPHI250BhMILh6bu5Uioo,4206
|
22
22
|
pycoze/utils/__init__.py,sha256=KExBkotf23dr2NfTEouWke5nJB1q2IuDXgHrmuyd95k,73
|
23
23
|
pycoze/utils/arg.py,sha256=AhOobJNjifCf7dKKPZa7AsN7CcZg3OSECUp9TZIrDTI,748
|
24
24
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
25
|
-
pycoze-0.1.
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
29
|
-
pycoze-0.1.
|
25
|
+
pycoze-0.1.63.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
26
|
+
pycoze-0.1.63.dist-info/METADATA,sha256=tGGkt5argKwNJjWCBw9PyKslYxHGggd0tRTAiltTAFs,719
|
27
|
+
pycoze-0.1.63.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
28
|
+
pycoze-0.1.63.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
29
|
+
pycoze-0.1.63.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|