extract_utils: Don't fixup pinned files when they are supposed to be kept

Change-Id: I6f38bf5928061b0f09eda04f85e00b11912d0227
This commit is contained in:
Arian
2021-09-09 15:24:25 +02:00
parent 302226bb77
commit 8b335032f4

View File

@@ -1611,7 +1611,6 @@ function extract() {
colored_echo red " !! ${BLOB_DISPLAY_NAME}: file not found in source" colored_echo red " !! ${BLOB_DISPLAY_NAME}: file not found in source"
continue continue
fi fi
fi
# Blob fixup pipeline has 2 parts: one that is fixed and # Blob fixup pipeline has 2 parts: one that is fixed and
# one that is user-configurable # one that is user-configurable
@@ -1657,6 +1656,7 @@ function extract() {
colored_echo yellow "This is a mistake and you want to either remove the hash completely, or add an extra one." colored_echo yellow "This is a mistake and you want to either remove the hash completely, or add an extra one."
fi fi
fi fi
fi
done done