Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedProkofiev committed Sep 19, 2023
1 parent f945b66 commit a3dba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssm/ssm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def send_all(self):
log_string = "Sent %s, Argo ID: %s" % (msgid, argo_id)

Check warning on line 500 in ssm/ssm2.py

View check run for this annotation

Codecov / codecov/patch

ssm/ssm2.py#L500

Added line #L500 was not covered by tests
else:
log_string = "Message %s is empty and returns a None type." % (msgid)

Check warning on line 502 in ssm/ssm2.py

View check run for this annotation

Codecov / codecov/patch

ssm/ssm2.py#L502

Added line #L502 was not covered by tests

else:
# The SSM has been improperly configured
raise Ssm2Exception('Unknown messaging protocol: %s' %
Expand Down

0 comments on commit a3dba4f

Please sign in to comment.