Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonjoyce committed Nov 28, 2023
1 parent 1a18a5c commit 4a4d94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyas2lib/as2.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ def build(
# ensure the total length of the message id is no more than 255 characters
if len(self.message_id) > 255:
raise ValueError(
f"Message ID must be no more than 255 characters for compatibility with some AS2 servers. "
"Message ID must be no more than 255 characters for "
"compatibility with some AS2 servers. "
f"Current message ID length is {len(self.message_id)}."
)

Expand Down

0 comments on commit 4a4d94a

Please sign in to comment.