|
@@ -221,6 +221,7 @@ class Dataflow_ActivteMQ_attachment(Dataflow_attachment):
|
|
|
_path = attach.getProperties().get(attachment_path)
|
|
|
_uuid = uuid4()
|
|
|
objectPath = attach.getProperties().get(attachment_path)
|
|
|
+ objectPath = str(objectPath).replace("//","/")
|
|
|
docids = attach.getProperties().get(attachment_docids)
|
|
|
|
|
|
if objectPath is None:
|