Fix python style incremental

This commit is contained in:
Heavybullets8
2022-12-18 23:05:44 +00:00
committed by GitHub
parent 4a23681dd7
commit c65d93bdba

View File

@ -180,7 +180,7 @@ for app in "${borked_array[@]}"; do
else
borked=True
fi
index+=1
((index++))
done
@ -305,4 +305,4 @@ do
done
}
export -f restore
export -f restore