Revise comments.

This commit is contained in:
timntorres
2022-10-19 12:32:22 -07:00
committed by AUTOMATIC1111
parent 6014fb8afb
commit 4ff274e1e3
2 changed files with 2 additions and 2 deletions

View File

@@ -419,7 +419,7 @@ def save_image(image, path, basename, seed=None, prompt=None, extension='png', i
try:
os.makedirs(path, exist_ok=True)
except FileExistsError:
# If the file already exists, continue and allow said file to be overwritten.
# If the file already exists, allow said file to be overwritten.
pass
if forced_filename is None: