We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80d657 commit aba61cfCopy full SHA for aba61cf
convert.sh
@@ -8,7 +8,9 @@ if [ $python_exit_status -ne 0 ]; then
8
echo -e "\e[31mError: Python script failed with exit code $python_exit_status.\e[0m"
9
echo "Check immich_to_rknn2.log for Python errors or details."
10
cat immich_to_rknn2.log
11
+ echo "Error_analysis.log"
12
cat ./snapshot/error_analysis.txt
13
+ echo "Map name to file"
14
cat ./snapshot/map_name_to_file.txt
15
exit $python_exit_status
16
fi
0 commit comments