Skip to content

Commit aba61cf

Browse files
authored
Update convert.sh
1 parent c80d657 commit aba61cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

convert.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ if [ $python_exit_status -ne 0 ]; then
88
echo -e "\e[31mError: Python script failed with exit code $python_exit_status.\e[0m"
99
echo "Check immich_to_rknn2.log for Python errors or details."
1010
cat immich_to_rknn2.log
11+
echo "Error_analysis.log"
1112
cat ./snapshot/error_analysis.txt
13+
echo "Map name to file"
1214
cat ./snapshot/map_name_to_file.txt
1315
exit $python_exit_status
1416
fi

0 commit comments

Comments
 (0)