X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Portfolio.git/blobdiff_plain/2d47c9c3dc8e8265381e167514626f854a2a6f2b..10ff1e0196ea513c9e3d29519d2aab9e8680d7dc:/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