Better readablity of logs

This commit is contained in:
CookieHCl
2022-10-16 22:03:18 +09:00
committed by AUTOMATIC1111
parent c9836279f5
commit adc0ea74e1
2 changed files with 2 additions and 2 deletions

View File

@@ -1395,7 +1395,7 @@ def create_ui(wrap_gradio_gpu_call):
def open_folder(f):
if not os.path.exists(f):
print(f"{f} doesn't exist. After you create an image, the folder will be created.")
print(f'Folder "{f}" does not exist. After you create an image, the folder will be created.')
return
elif not os.path.isdir(f):
print(f"""