From 1f94620ca7c2aee5a3ba7aed5c7afc1c763178dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Fri, 30 Dec 2011 15:30:06 +0100 Subject: [PATCH] bugfix: portal_path is a instance variable. --- manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manipulation.py b/manipulation.py index a4623ba..9f65866 100755 --- a/manipulation.py +++ b/manipulation.py @@ -128,7 +128,7 @@ class ImageQueueProcessorThread(threading.Thread) : except ConflictError : console.warn('Resync after ZODB ConflicError') transaction.abort() - portal = app.unrestrictedTraverse(portal_path) + portal = app.unrestrictedTraverse(self.portal_path) portal._p_jar.sync() self.queueAdd(path) return -- 2.20.1