Skip to content

Commit

Permalink
fixup! Kappy: add alternate dune bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 26, 2024
1 parent bb5c179 commit 22d7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kappy/kappa_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def find_agent_bin():
potential_dirs = []
for base_dir in [KAPPY_DIR, KASIM_DIR]:
for dune_build_dir in ['', '_build/install/default', '_build/default']:
potential_dirs.append(os.path.join(base_dir, dune_build_dir)
potential_dirs.append(os.path.join(base_dir, dune_build_dir))
agent_names = ['KappaSwitchman']
bin_dir = None
for potential_dir in potential_dirs:
Expand Down

0 comments on commit 22d7def

Please sign in to comment.