Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
feldergast committed Feb 6, 2025
1 parent 8886d65 commit b98e973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/core/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class ConfigHelper
"that SST uses and import the coverage module without error.\n");

msg.append(
"\t3.\t\vSet the environment variable SST_CONFIG_PYTHON_COVERAGE to a value or 1, yes, on, true or t; or "
"\t3.\t\vSet the environment variable SST_CONFIG_PYTHON_COVERAGE to a value of 1, yes, on, true or t; or "
"invoke coverage on the command line by using the command line option --enable-python-coverage.\n\n");

msg.append("Then invoke SST as normal using the python model configuration file for which you want to measure "
Expand Down

0 comments on commit b98e973

Please sign in to comment.