Commit 4288e53f authored by Raphael Stoeckli's avatar Raphael Stoeckli Committed by AUTOMATIC1111

removed unused import, fixed typo

parent 2499fb4e
from cmath import log
import os
from PIL import Image, ImageOps
import platform
......@@ -13,7 +12,7 @@ def preprocess(process_src, process_dst, process_flip, process_split, process_ca
src = os.path.abspath(process_src)
dst = os.path.abspath(process_dst)
assert src != dst, 'same directory specified as source and desitnation'
assert src != dst, 'same directory specified as source and destination'
os.makedirs(dst, exist_ok=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment