你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Corrected typo in detected machine type on Windows.
这个提交包含在:
@@ -140,7 +140,7 @@ def get_machine_cpu_os():
|
|||||||
machineID = manufacturer + ' ' + model
|
machineID = manufacturer + ' ' + model
|
||||||
cpuID = subprocess.check_output("wmic cpu get Name", shell=True).decode('utf-8').strip()
|
cpuID = subprocess.check_output("wmic cpu get Name", shell=True).decode('utf-8').strip()
|
||||||
cpuID = cpuID.split('\n')[1]
|
cpuID = cpuID.split('\n')[1]
|
||||||
if platform.machine().endwith('64'):
|
if platform.machine().endswith('64'):
|
||||||
osbit = '(64-bit)'
|
osbit = '(64-bit)'
|
||||||
else:
|
else:
|
||||||
osbit = '(32-bit)'
|
osbit = '(32-bit)'
|
||||||
|
在新工单中引用
屏蔽一个用户