Skip to content

Commit ab1ccd0

Browse files
authored
Merge pull request #90 from sommersoft/fix_val_rel_state
Fix SyntaxError
2 parents 0be2c63 + 5dc90df commit ab1ccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/circuitpython_library_validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def validate_release_state(self, repo):
221221
# replace 'output_handler' with ERROR_OUTPUT_HANDLER
222222
err_msg = [
223223
"Error: retrieving latest release information failed on ",
224-
"'{}'. "format(repo["name"]),
224+
"'{}'. ".format(repo["name"]),
225225
"Information Received: ",
226226
"{}".format(repo_release_json["message"])
227227
]

0 commit comments

Comments
 (0)