byzh-core 0.0.9.9__py3-none-any.whl → 0.0.9.10__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.
- byzh/core/Bterminal/cmd.py +2 -0
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/METADATA +1 -1
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/RECORD +7 -7
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/LICENSE +0 -0
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/WHEEL +0 -0
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/entry_points.txt +0 -0
- {byzh_core-0.0.9.9.dist-info → byzh_core-0.0.9.10.dist-info}/top_level.txt +0 -0
byzh/core/Bterminal/cmd.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2
2
|
from pathlib import Path
|
3
3
|
import subprocess
|
4
4
|
import time
|
5
|
+
import sys
|
5
6
|
|
6
7
|
from ..Butils import B_Color
|
7
8
|
|
@@ -70,6 +71,7 @@ def b_run_python(
|
|
70
71
|
for string in str_lst:
|
71
72
|
try:
|
72
73
|
command_lst = string.split(' ')
|
74
|
+
command_lst[0] = sys.executable # 将'python'替换为当前环境下的python
|
73
75
|
run_log("正在执行: " + string)
|
74
76
|
start = time.time()
|
75
77
|
result = subprocess.run(command_lst, timeout=limit_time)
|
@@ -9,7 +9,7 @@ byzh/core/Brecorder/record2d.py,sha256=lwyxV4xLzngvn_uU2mpDwqNrJzaVhosYzCOQ_QIKt
|
|
9
9
|
byzh/core/Btable/__init__.py,sha256=NlQBjp_mvObEUm4y6wXbGipkNM2N3uNIUidaJkTwFsw,62
|
10
10
|
byzh/core/Btable/auto_table.py,sha256=avMeRWydw9L8s3fU0-BSl8a2dCyreIUzW--csm5eR0g,14734
|
11
11
|
byzh/core/Bterminal/__init__.py,sha256=azRLD-kY8Tv2c3llHRBrEJIdVgYw6hAoLgzJeA4PvE0,142
|
12
|
-
byzh/core/Bterminal/cmd.py,sha256=
|
12
|
+
byzh/core/Bterminal/cmd.py,sha256=ihO5r5qWvUO2_AHcnlr_F9MSFIUdltv8En1C6dbjV5Q,4029
|
13
13
|
byzh/core/Bterminal/run_func.py,sha256=B2CZSxdSrcBbt7w5_hnOYrUmwrjK5CPqbyyt_YkB_I0,1836
|
14
14
|
byzh/core/Btqdm/__init__.py,sha256=G8pvJYizvdTUI3Xw-yELXY7BbjTghCXJLdqUuDoRNZA,141
|
15
15
|
byzh/core/Btqdm/my_tqdm.py,sha256=MMYFwy5dUCzg8fzRWZ7vrpZ-q_DDqoLvywDk8rgSaSM,3578
|
@@ -19,9 +19,9 @@ byzh/core/Butils/text_style.py,sha256=34u2-Rsur63iNQ0m7tHxpFWqnQZWybSxBx7vnhOhqD
|
|
19
19
|
byzh/core/Butils/timer.py,sha256=OLxbWWRauYjp1KwavACjoyrqrCciUiIG2ae7qgtZrVA,511
|
20
20
|
byzh/core/Bwriter/__init__.py,sha256=QcHzKs0305Pr78ZvZgcC_4miSYZh8jJQDt5TD0GIeEg,82
|
21
21
|
byzh/core/Bwriter/writer.py,sha256=C45DOHz2-znA5KOimwAYf0V-Yn63Sym59eNyUHbmfzk,3216
|
22
|
-
byzh_core-0.0.9.
|
23
|
-
byzh_core-0.0.9.
|
24
|
-
byzh_core-0.0.9.
|
25
|
-
byzh_core-0.0.9.
|
26
|
-
byzh_core-0.0.9.
|
27
|
-
byzh_core-0.0.9.
|
22
|
+
byzh_core-0.0.9.10.dist-info/LICENSE,sha256=-nRwf0Xga4AX5bsWBXXflpDpgX_U23X06oAMcdf0dSY,1089
|
23
|
+
byzh_core-0.0.9.10.dist-info/METADATA,sha256=PXVmoKyCTgmvrY08IMzbhkOUQItCcK3TGcj9rR4jp58,372
|
24
|
+
byzh_core-0.0.9.10.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
25
|
+
byzh_core-0.0.9.10.dist-info/entry_points.txt,sha256=TaXq5DKEgdQ_0ctDU8_PKEhj2HoCmZawoxSrVuwOWBM,51
|
26
|
+
byzh_core-0.0.9.10.dist-info/top_level.txt,sha256=tmaFVY8uApe6apOETSOgwz-4v5Mj4uxgRT8yNnDNZNA,5
|
27
|
+
byzh_core-0.0.9.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|