Skip to content

Commit 5ad350c

Browse files
committed
suggested change in src/sage/features/nauty.py
1 parent a6ebf6b commit 5ad350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/nauty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self):
6262
"""
6363
JoinFeature.__init__(self, "nauty",
6464
[NautyExecutable(name)
65-
for name in ('directg', 'gentourng', 'geng', 'genbg', 'gentreeg', 'converseg')])
65+
for name in ('directg', 'gentourng', 'geng', 'genbg', 'gentreeg', 'genktreeg')])
6666

6767

6868
def all_features():

0 commit comments

Comments
 (0)