Add location when creating multiple serials (#8564)

This commit is contained in:
Oliver 2024-11-26 20:29:07 +11:00 committed by GitHub
parent 708af682e7
commit 86c4a67bf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ class Build(
part=self.part,
build=self,
batch=batch,
location=location,
is_building=True
)