Skip to content

Commit

Permalink
Update bazel_cache_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 4, 2024
1 parent d5b4c5c commit 461f248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel_cache_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def main():

if len(result) == 0:
print("Empty file, skip")
return

with open(args.out_file, "wb+") as f:
f.write(result)
Expand Down

0 comments on commit 461f248

Please sign in to comment.