你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 15:27:57 +08:00
Added logging.
这个提交包含在:
@@ -16,6 +16,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
import logging
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
import re
|
import re
|
||||||
@@ -27,6 +28,8 @@ import psutil
|
|||||||
|
|
||||||
from .utilities import human_size
|
from .utilities import human_size
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def get_host_info():
|
def get_host_info():
|
||||||
"""Get information about the machine, CPU, RAM, and OS.
|
"""Get information about the machine, CPU, RAM, and OS.
|
||||||
|
在新工单中引用
屏蔽一个用户