Commit 3c2dfe65 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Fix a bug in the json produced by MCA.

parent 10192372
...@@ -212,7 +212,7 @@ cdef cypclass FileNode(Node): ...@@ -212,7 +212,7 @@ cdef cypclass FileNode(Node):
Node.format_node(self) Node.format_node(self)
else: else:
#''' light data version #''' light data version
self.formatted = sprintf("""{"path: "%s", "hash": {"md5": "%s"}}\n""", self.formatted = sprintf("""{"path": "%s", "hash": {"md5": "%s"}}\n""",
self.path, self.path,
self.md5_data, self.md5_data,
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment