Skip to content

Commit 505f25a

Browse files
Update src/_igraph/graphobject.c
Co-authored-by: Szabolcs Horvát <szhorvat@gmail.com>
1 parent 3e1f4ac commit 505f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_igraph/graphobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13800,7 +13800,7 @@ PyObject *igraphmodule_Graph_community_voronoi(igraphmodule_GraphObject *self,
1380013800

1380113801
if (modularity_o != Py_None){
1380213802
if (igraphmodule_PyObject_to_real_t(modularity_o, &modularity))
13803-
return NULL;;
13803+
return NULL;
1380413804
}
1380513805
else {
1380613806
return_modularity = true;

0 commit comments

Comments
 (0)