From f86fcad396d6cf31239de45f07b6abb708fceefb Mon Sep 17 00:00:00 2001
From: Yorusora <yorusorank@outlook.com>
Date: Tue, 11 Feb 2025 20:52:15 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5=E6=97=B6?=
 =?UTF-8?q?=E9=94=99=E8=AF=AF=E8=BE=93=E5=85=A5=E8=B7=AF=E5=BE=84=E6=97=B6?=
 =?UTF-8?q?=E5=B4=A9=E6=BA=83=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecg_label_check.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecg_label_check.py b/ecg_label_check.py
index 908b759..7435093 100644
--- a/ecg_label_check.py
+++ b/ecg_label_check.py
@@ -313,7 +313,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
                 self.msgBox.exec()
 
     def slot_btn_dataInput(self):
-        if self.lineEdit_data1path.text() != "" and self.lineEdit_data2path.text() != "" and self.lineEdit_label1path.text() != "" and self.lineEdit_label2path.text() != "" and self.lineEdit_savepath.text() != "":
+        if self.lineEdit_data1path.text() != "" or self.lineEdit_data2path.text() != "" or self.lineEdit_label1path.text() != "" or self.lineEdit_label2path.text() != "" or self.lineEdit_savepath.text() != "":
             info("Inputing Data...")
             self.textBrowser_update("提示:开始导入数据")
             MainWindow.setWindowTitle(self, QCoreApplication.translate("MainWindow",