Skip to content

Commit

Permalink
Fix 'tuple' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Jul 17, 2024
1 parent ef75c58 commit 4a18be0
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 @@ -496,7 +496,7 @@ def list_available_converter_versions(self) -> Dict:
However, doesn't work properly with unversioned sif.
"""
cmd = self._CONVERTER_VERSION_CMD.format(
converter_path=self.slurm_converters_path),
converter_path=self.slurm_converters_path)
r = self.run_commands([cmd])
result_dict = {}
if r.ok:
Expand Down

0 comments on commit 4a18be0

Please sign in to comment.