X-Git-Url: https://svn.cri.mines-paristech.fr/git/Portfolio.git/blobdiff_plain/2d47c9c3dc8e8265381e167514626f854a2a6f2b..3f5724575cb1da7cb7a27d7530ff3135b089321a:/manipulation.py?ds=inline

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