From 6967c4c588f3569b721ec6d0daa68ea3e7c590c6 Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Mon, 22 May 2006 07:47:44 +0000 Subject: [PATCH] correct the previous check-in git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2761 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/normpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/normpath.py b/pyx/normpath.py index 0f7e3057..612b50eb 100644 --- a/pyx/normpath.py +++ b/pyx/normpath.py @@ -1807,7 +1807,7 @@ class normpath: def _split_pt(self, params): """split path at params and return list of normpaths""" if not params: - return [] + return self # instead of distributing the parameters, we need to keep their # order and collect parameters for splitting of normsubpathitem -- 2.11.4.GIT