fix(config): use new config.patchmatch

This commit is contained in:
psychedelicious 2024-03-11 22:55:36 +11:00
parent 22ac204678
commit b4182b190f

View File

@ -28,7 +28,7 @@ class PatchMatch:
def _load_patch_match(self):
if self.tried_load:
return
if config.try_patchmatch:
if config.patchmatch:
from patchmatch import patch_match as pm
if pm.patchmatch_available: