Skip to content

Commit

Permalink
Per #2550, only whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 2, 2023
1 parent dc879a0 commit 1f7efd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/tc_utils/tc_diag/python_tc_diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ bool straight_python_tc_diag(const ConcatString &script_name,
if(tc_diag_dir != script_name.dirname()) {

command << cs_erase
<< "sys.path.append(\""
<< script_name.dirname()
<< "\");";
<< "sys.path.append(\""
<< script_name.dirname()
<< "\");";
run_python_string(command.text());
}

Expand Down

0 comments on commit 1f7efd0

Please sign in to comment.