Skip to content

Commit b00a899

Browse files
committed
Update slurm_client.py
1 parent ac35958 commit b00a899

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biomero/slurm_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,8 @@ def pull_descriptor_from_github(self, workflow: str) -> Dict:
20532053
if 'container-image' not in descriptor and 'docker_image' in descriptor:
20542054
image = descriptor['docker_image']
20552055
descriptor['container-image'] = {'image':
2056-
image.get('org') + '/' + image.get('name') # + ':' + image.get('tag')}
2056+
image.get('org') + '/' + image.get('name') # + ':' + image.get('tag')
2057+
}
20572058
return descriptor
20582059

20592060
def get_or_create_github_session(self):

0 commit comments

Comments
 (0)