diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-09-02 16:23:18 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-29 23:26:05 -0500 |
commit | 5794805f8e76dfe940f6c09d080d9068fe1ff98d (patch) | |
tree | b85c458fafca27c878a36db544c2ccaa9a5c4e23 /mesonbuild/backend/xcodebackend.py | |
parent | e8727fc8571bc8b9dc23255c267b52478d12e66f (diff) | |
download | meson-5794805f8e76dfe940f6c09d080d9068fe1ff98d.zip meson-5794805f8e76dfe940f6c09d080d9068fe1ff98d.tar.gz meson-5794805f8e76dfe940f6c09d080d9068fe1ff98d.tar.bz2 |
pylint: enable used-before-assignment
The one case of this was a false-positive, but what we were doing
(checking locals()) is not idiomatic. I've replaced the call to
`locals()` with the obvious `var: T.Optional[str] = None` with check
instead.
Diffstat (limited to 'mesonbuild/backend/xcodebackend.py')
0 files changed, 0 insertions, 0 deletions