We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf31a9 commit a59f568Copy full SHA for a59f568
app/view/main/roll_call.py
@@ -47,7 +47,6 @@ def closeEvent(self, event):
47
self.file_watcher.removePaths(self.file_watcher.files())
48
except Exception as e:
49
logger.error(f"清理文件监控器失败: {e}")
50
-
51
super().closeEvent(event)
52
53
def initUI(self):
0 commit comments