[roll] Roll fuchsia [assembly] Make sure FileType closes properly

argparse.FileType('w') doesn't close the files that it opens, so
writes can be lost without explicitly closing them.  This switches
to using the 'with ... as ...:' syntax to make sure that the files
are properly closed (and contents written to disk).

(copied from fxr/1021439)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1126472
Original-Revision: a1fb2fc435a3cb8756a3d4c496e24adb9b0e6207
GitOrigin-RevId: 006f96d84752cd1f4e703cefd5d6889d736c1da9
Change-Id: Ia05f39dc21ccbe15d6c24d4ce15dfabf7d119468
1 file changed
tree: cc50a7d426a65f370d0dd998ebba9101213cfa0f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.