MCPcopy
hub / github.com/blackboxo/CleanMyWechat / on_scan_error

Method on_scan_error

main.py:929–930  ·  view source on GitHub ↗
(self, error_msg)

Source from the content-addressed store, hash-verified

927 self.bar_progress.setValue(100)
928
929 def on_scan_error(self, error_msg):
930 self.setWarninginfo(f"扫描出错:{error_msg}")
931
932 def toggle_select_all(self, state):
933 check_state = Qt.Checked if state == Qt.Checked else Qt.Unchecked

Callers

nothing calls this directly

Calls 1

setWarninginfoMethod · 0.80

Tested by

no test coverage detected