Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Nov 26, 2024
1 parent a9adae1 commit 5c13deb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/benchpark/cmd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ def command(args):

workspace_dir.mkdir(parents=True)
if simple_system_name:
os.symlink(workspace_dir, experiments_root / str(experiment_id) / simple_system_name)
os.symlink(
workspace_dir, experiments_root / str(experiment_id) / simple_system_name
)

ramble_workspace_dir = workspace_dir / "workspace"
ramble_configs_dir = ramble_workspace_dir / "configs"
Expand Down

0 comments on commit 5c13deb

Please sign in to comment.