From 7e657f810e111e07f3ad73241b2b660d80640291 Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Wed, 20 Feb 2019 11:29:29 +0100
Subject: [PATCH] Debug

---
 gmatch4py/graph.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gmatch4py/graph.pyx b/gmatch4py/graph.pyx
index 8d52b2b..478a530 100644
--- a/gmatch4py/graph.pyx
+++ b/gmatch4py/graph.pyx
@@ -32,7 +32,7 @@ cdef class Graph:
             self.edges_hash_set= set([])
             self.edges_weight={}
             self.edges_hash_map={}
-            self.attr_edges={}
+            self.attr_edges=[]
 
 
         else:
-- 
GitLab