diff --git a/openpype/__init__.py b/openpype/__init__.py index a86d2bc2bea..e7462e14e90 100644 --- a/openpype/__init__.py +++ b/openpype/__init__.py @@ -98,6 +98,11 @@ def modified_emit(obj, record): .get(platform_name) ) or [] for path in project_plugins: + try: + path = str(path.format(**os.environ)) + except KeyError: + pass + if not path or not os.path.exists(path): continue