Skip to content

Commit

Permalink
Remove temporary lock file from wheel (#5384)
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton <[email protected]>
  • Loading branch information
jantonguirao authored Mar 22, 2024
1 parent 86d973f commit 9e46fff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dali/python/bundle-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ for ((i=0;i<${#rec_list[@]};++i)); do
make_wheel_record $FNAME $RECORD_FILE $TMPDIR &
done
wait

echo "Removing lock file..."
rm -f $TMPDIR/dali_rec.lock

echo "$RECORD_FILE,," >> $RECORD_FILE
echo "Finished generating new record file $RECORD_FILE"

Expand Down

0 comments on commit 9e46fff

Please sign in to comment.