Skip to content

Commit 1cbf67d

Browse files
committed
using right method join instead of wait
1 parent 14c99c8 commit 1cbf67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_ios_tvos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def main():
541541
process.start()
542542

543543
for process, archive_output_path in processes:
544-
process.wait()
544+
process.join()
545545
# Reorganize frameworks (renaming, copying over headers etc)
546546
arrange_frameworks(archive_output_path)
547547

0 commit comments

Comments
 (0)