We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf47257 commit 917283aCopy full SHA for 917283a
Lib/graphlib.py
@@ -103,7 +103,7 @@ def prepare(self):
103
# nodes as possible before cycles block more progress
104
cycle = self._find_cycle()
105
if cycle:
106
- raise CycleError(f"nodes are in a cycle", cycle)
+ raise CycleError("nodes are in a cycle", cycle)
107
108
def get_ready(self):
109
"""Return a tuple of all the nodes that are ready.
0 commit comments