Fix python style incremental
This commit is contained in:
parent
4a23681dd7
commit
c65d93bdba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user