Skip to content

Commit

Permalink
Remove unneeded format call
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Sep 18, 2024
1 parent 6fd1590 commit d52ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/CommandLineInterface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ sys.argv.append("energyplus")
}
}
}
cmd += fmt::format("from os import environ\n");
cmd += "from os import environ\n";
cmd += fmt::format("environ[\'TCL_LIBRARY\'] = \"{}/{}\"\n", sPathToPythonPackages, tclConfigDir);

cmd += R"python(
Expand Down

0 comments on commit d52ea16

Please sign in to comment.