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.71k stars 323 forks source link

这里是不是多了一个分号 还是我python版本不兼容这种写法 #117

Closed superYc19 closed 6 months ago

superYc19 commented 6 months ago

from PyQt5.QtCore import pyqtSignal, Qt, QRect, QMargins ,,QCoreApplication

删除该分号后我的程序正常运行

Neutree commented 6 months ago

是的,这是 #116 引入的BUG, 我修复一下

Neutree commented 6 months ago

https://github.com/Neutree/COMTool/commit/c637e199f91a01b7cb4be39b025263d92b315e74 已修复