로그에러 수정

This commit is contained in:
EnvyPC 2024-04-15 19:44:20 +09:00
parent f2aca33600
commit 3a0de892b2
1 changed files with 1 additions and 1 deletions

View File

@ -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)
# 예외를 로그에 기록