Skip to content

Commit

Permalink
Update runner note.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed May 1, 2024
1 parent 89664b2 commit a413c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/measure/OSRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ namespace measure {
argument_values[name] = arg.valueAsJSON();
} else if (arg.hasDefaultValue()) {
// TODO: is this wanted?
// JJR: I believe it is.
argument_values[name] = arg.defaultValueAsJSON();
}
}
Expand Down

0 comments on commit a413c7b

Please sign in to comment.