Skip to content

Commit

Permalink
worked on the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
binni979 committed May 9, 2024
1 parent eab6158 commit 86d8838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyQuARC/code/url_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def doi_link_update(value, bad_urls):
if value in bad_urls:
validity = False

return {"valid": validity, "Value": value}
return {"valid": validity, "value": value}
2 changes: 0 additions & 2 deletions pyQuARC/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def validate(self):

@staticmethod
def _error_message(messages):
if messages is None:
return ""
severities = ["error", "warning", "info"]
result_string = ""
for message in messages:
Expand Down

0 comments on commit 86d8838

Please sign in to comment.