Skip to content

Commit

Permalink
fixup! Fix '--where' experiment index filter on info
Browse files Browse the repository at this point in the history
  • Loading branch information
dapomeroy committed Sep 11, 2024
1 parent 60c87ce commit e4afb9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ramble/ramble/cmd/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,7 @@ def workspace_info(args):

print_app_inst = print_experiment_set.get_experiment(exp_name)
print_app_inst.define_variable(
print_app_inst.keywords.experiment_index,
experiment_index
print_app_inst.keywords.experiment_index, experiment_index
)

print_header = True
Expand Down

0 comments on commit e4afb9d

Please sign in to comment.