恢复代码

dev
ZhuoZhou 2025-04-22 14:10:58 +08:00
parent bc0b2f100d
commit 64b41cbb5c
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ def check_psd(psd_path):
# print(f'{psd.size}')
# if (psd_width != config.psd_standard_width and psd_width != config.psd_standard_width2) or (psd_height != config.psd_standard_height and psd_height != config.psd_standard_height2):
# error_log.append(f'{psd_name}:{config.error_log.psd_size_error.value}')
if (psd_width != config.psd_standard_width and psd_width != config.psd_standard_width2) or (psd_height != config.psd_standard_height and psd_height != config.psd_standard_height2):
error_log.append(f'{psd_name}:{config.error_log.psd_size_error.value}')
titem_name = 'titem'