Skip to content

Commit

Permalink
Update aiida_registry/fetch_metadata.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leopold Talirz <[email protected]>
  • Loading branch information
AhmedBasem20 and ltalirz authored Aug 12, 2023
1 parent 05f8aa4 commit 2d56ba4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions aiida_registry/fetch_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ def get_last_fetched_version(plugin_name):
return metadata["plugins"][plugin_name]["metadata"]["version"]
except KeyError:
print("No version for the plugin")
return None
else:
return None

return None


def get_hosted_on(url):
Expand Down

0 comments on commit 2d56ba4

Please sign in to comment.