使用 ProgressInfoBar 替代原有方案
This commit is contained in:
@@ -215,10 +215,10 @@ class ExcelReader:
|
||||
|
||||
except Exception as e:
|
||||
error_message = traceback.format_exc()
|
||||
raise f"""
|
||||
raise Exception(f"""
|
||||
原始错误:
|
||||
{error_message}
|
||||
"""
|
||||
""")
|
||||
|
||||
def set_file_path(self, file_path: str):
|
||||
self.file_path = file_path
|
||||
|
||||
Reference in New Issue
Block a user