This commit is contained in:
Roy Nieterau 2018-04-09 17:17:55 +02:00
parent 5f6ce9060d
commit 483f8adbfe

View file

@ -30,7 +30,7 @@ class FusionRenderNode(api.Action):
env = os.environ.copy()
env.update(session)
# Get executable by na.e
# Get executable by name
app = lib.get_application(self.name)
executable = lib.which(app["executable"])