로그에러 수정
This commit is contained in:
parent
f2aca33600
commit
3a0de892b2
|
|
@ -1054,7 +1054,7 @@ class Ui_Dialog(QtWidgets.QDialog):
|
|||
time.sleep(1)
|
||||
|
||||
# 로그에 파일 저장 정보 추가
|
||||
logger.debug(f"로그 '{part_file_name.log}'에 로그데이터가 추가되었습니다.")
|
||||
logger.debug(f"로그 '{part_file_name}'에 로그데이터가 추가되었습니다.")
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
# 예외를 로그에 기록
|
||||
|
|
|
|||
Loading…
Reference in New Issue