From e4247eef223b8661c1756e70176dc5c503f562cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Feb 2010 17:22:47 +0000 Subject: ... but not in python :) git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2421 a436a847-0d15-0410-975c-d299462d15a1 --- src/scripts/python/ingen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts') diff --git a/src/scripts/python/ingen.py b/src/scripts/python/ingen.py index d6408406..07698719 100644 --- a/src/scripts/python/ingen.py +++ b/src/scripts/python/ingen.py @@ -312,7 +312,7 @@ class Environment: elements = path.split("/") currentPatch = None for element in elements: - if element.empty(): + if element == "": currentPatch = self.omPatch else: currentPatch = currentPatch.getPatch(element,mustexist) -- cgit v1.2.1