This commit is contained in:
NightFox 2024-02-12 22:36:25 +03:00
parent 8b075645e7
commit 939aa912ed

View File

@ -11,8 +11,7 @@ import subprocess
ROOT = os.path.dirname(os.path.abspath(__file__))
imagecompare = f'{ROOT}/imagecompare'
#convert = f'convert' # set path for imagemagick convert if need
convert = f'A:/imagemagick-q8/convert'
convert = f'convert' # set path for imagemagick convert if need
WORKDIR = f'{ROOT}/work'
REPORT_ROOT = f'{ROOT}' # FIXME should be workdir?