Skip to content

Commit

Permalink
add self
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Jun 20, 2024
1 parent 812e3fd commit 24d5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biomero/slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ def extract_parts_from_url(self, input_url: str) -> Tuple[List[str], str]:

return url_parts, branch

def parse_docker_image_version(image):
def parse_docker_image_version(self, image):
# Regular expression to match image:tag format
pattern = r'^([^:]+)(?::([^:]+))?$'
match = re.match(pattern, image)
Expand Down

0 comments on commit 24d5f12

Please sign in to comment.