X-Git-Url: https://svn.cri.mines-paristech.fr/git/Portfolio.git/blobdiff_plain/2d47c9c3dc8e8265381e167514626f854a2a6f2b..c518ef2c2afd05c4f67b356d5dc88ad165f01817:/manipulation.py

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