This commit is contained in:
Jakub Jezek 2022-01-19 15:40:45 +01:00
parent dabcf629b7
commit b0a71a8636
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -121,5 +121,5 @@ def get_preset_path_by_xml_name(xml_preset_name):
if installed_preset_path:
return os.path.dirname(installed_preset_path)
# if nothing found then return None
# if nothing found then return False
return False