Merge branch 'dev' into open_folder-as-util

This commit is contained in:
w-e-w
2024-04-05 15:14:38 +08:00
committed by GitHub
108 changed files with 1685 additions and 728 deletions

View File

@@ -102,7 +102,7 @@ def save_files(js_data, images, do_make_zip, index):
logfile_path = os.path.join(shared.opts.outdir_save, "log.csv")
# NOTE: ensure csv integrity when fields are added by
# updating headers and padding with delimeters where needed
# updating headers and padding with delimiters where needed
if os.path.exists(logfile_path):
update_logfile(logfile_path, fields)