| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When creating a zipapp with a Python runtime whose `files` attribute is None (such as a system interpreter), adding `py_runtime.files` to the runfiles builder raises an error. Add a guard to only add `py_runtime.files` if it is not None.
|
/backport |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When building a zipapp archive with a Python runtime whose `files`
attribute is `None` (such as a system interpreter), adding
`py_runtime.files` to the runfiles builder raises an error.
Only add `py_runtime.files` to the runfiles builder when it is not
`None`.