Skip to content

Commit

Permalink
Make erroir
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Jul 16, 2023
1 parent 33c8cab commit 209a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/collect_failure_state/collect_failure_state.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OUTPUT_DIR=${1}

mkdir -p "${OUTPUT_DIR}"

INTERMIDIATE_DIR="${SCRIPT_DIR}/../../pip_package"
INTERMIDIATE_DIR="${SCRIPT_DIR}/../pip_package"
if [ -d "${INTERMIDIATE_DIR}" ]; then
cp -r "${INTERMIDIATE_DIR}" "${OUTPUT_DIR}"
fi

0 comments on commit 209a7e1

Please sign in to comment.