Skip to content

Commit

Permalink
fix: multiple launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiwowar committed Mar 6, 2024
1 parent 92db6e5 commit 61e5b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimaestro/launcherfinder/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def find(
# Use launcher function
if self.find_launcher_fn is not None:
for spec in specs:
if launcher := self.find_launcher_fn(*specs, tags):
if launcher := self.find_launcher_fn(spec, tags):
return launcher

# We have registered launchers
Expand Down

0 comments on commit 61e5b8d

Please sign in to comment.