Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.73k stars 325 forks source link

Save log功能关不掉 #78

Closed nyuga closed 1 year ago

nyuga commented 1 year ago

在填了log文件路径的情况下,总是会自动把数据写进文件里。 dbg.py里的onLog方法写错了 if self.config["saveLogPath"]: 应该改成 if self.config["saveLog"] and self.config["saveLogPath"]!="" :

Neutree commented 1 year ago

https://github.com/Neutree/COMTool/commit/4a2ddc97b916beaf8d0fe313ad069c77341d64ba 感谢 已经修复