Skip to content

Commit c47e749

Browse files
authored
Merge pull request #671 from LalatenduMohanty/issue-670
Fixing the logline in graph.py
2 parents d1826da + d99740c commit c47e749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fromager/commands/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def to_constraints(wkctx: context.WorkContext, graph_file: str, output: pathlib.
6161
ret = bootstrap.write_constraints_file(graph, sys.stdout)
6262
if not ret:
6363
raise ValueError(
64-
"Failed to write constraints file - no valid set of installation dependencies could be generated"
64+
"Failed to generate constraints - no single version set satisfies all requirements"
6565
)
6666

6767

0 commit comments

Comments
 (0)