Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ving-sdk into master
  • Loading branch information
akastav committed Jun 18, 2021
2 parents 9fb2831 + c5c09fa commit ae60d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ pip install hydrosdk
Tested on python 3.6, 3.7, 3.8.

1. `poetry install`
2. `poetry run tox`
2. `poetry run tox`


2 changes: 1 addition & 1 deletion hydrosdk/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def from_string(cls, string):
return DockerImage(name = ref['name'], tag = ref['tag'])
else:
raise ValueError(f"Couldn't create a DockerImage from the provided image reference: {string}")

def __str__(self):
return f"{self.name}:{self.tag}"

0 comments on commit ae60d34

Please sign in to comment.