Skip to content

Commit

Permalink
Whoops, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jan 26, 2024
1 parent ee71835 commit 47b277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bikeshed/Spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def finish(self, outputFilename: str | None = None, newline: str | None = None)
def printResultMessage(self) -> None:
# If I reach this point, I've succeeded, but maybe with reservations.
fatals = m.state.categoryCounts["fatal"]
links = m.state.categoryCounts["linkerror"]
links = m.state.categoryCounts["link-error"]
warnings = m.state.categoryCounts["warning"]
if self.lineNumbers:
m.warn("Because --line-numbers was used, no output was saved.")
Expand Down

0 comments on commit 47b277c

Please sign in to comment.