Skip to content

Commit

Permalink
Port e97ab26.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 15, 2024
1 parent 884c080 commit 7c7b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/contrib/singularity/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def mount(*vol) -> None:
if callable(forward_law_cb):
forward_law = forward_law_cb()
else:
forward_law = cfg.get_expanded(cfg_section, "forward_law")
forward_law = cfg.get_expanded_bool(cfg_section, "forward_law")

# environment variables to set
env = self._get_env()
Expand Down

0 comments on commit 7c7b277

Please sign in to comment.