1 | initial version |
Thanks for reporting.
Fixing this issue is now tracked at Sage Trac ticket 27686.
To work around the issue for now, use:
sage: gen = graphs.nauty_geng("-c 3")
sage: dgs = list(sage.graphs.digraph_generators.digraphs.nauty_directg(gen))