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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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