Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kenballus/cheroot
Browse files Browse the repository at this point in the history
  • Loading branch information
kenballus committed Jul 6, 2024
2 parents 97a70c1 + ed24663 commit 84f23bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __call__(self, rfile, hdict=None): # noqa: C901 # FIXME
# NOTE: The latter is equivalent and does not.
# It's a continuation line.
if k is None:
raise ValueError("Illegal continuation line.")
raise ValueError('Illegal continuation line.')
v = line.strip()
else:
try:
Expand Down

0 comments on commit 84f23bb

Please sign in to comment.