Skip to content

Commit

Permalink
Fixed pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-sitton-inl committed Dec 13, 2024
1 parent 43a8a17 commit 5b55b76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions check_py_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ cd $SCRIPT_DIR

#coverage help run
SRC_DIR=`(cd src && pwd)`
if [[ "$SRC_DIR" == "/c"* ]]
then
SRC_DIR="C:${SRC_DIR:2}"
fi

# get display var
DISPLAY_VAR=`(echo $DISPLAY)`
Expand Down

0 comments on commit 5b55b76

Please sign in to comment.