summaryrefslogtreecommitdiff
path: root/CITATION.cff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2023-03-05 07:58:05 -0800
committerGitHub <noreply@github.com>2023-03-05 07:58:05 -0800
commit42a02411b478f1fa3f6ab9c5e30b92b4df64d085 (patch)
tree8641bbc4405aab2ed74c51c88833363f4c9d29b4 /CITATION.cff
parent456153640354b3ca64dfad53e86d3a3c7726c684 (diff)
downloadspack-42a02411b478f1fa3f6ab9c5e30b92b4df64d085.tar.gz
spack-42a02411b478f1fa3f6ab9c5e30b92b4df64d085.tar.bz2
spack-42a02411b478f1fa3f6ab9c5e30b92b4df64d085.tar.xz
spack-42a02411b478f1fa3f6ab9c5e30b92b4df64d085.zip
windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)
`mypy` only understands `sys.platform == "win32"`, not indirect assignments of that value to things like `is_windows`. If we don't use the accepted platform checks, `mypy` registers many Windows-only symbols as not present on Linux, when it should skip the checks for platform-specific code.
Diffstat (limited to 'CITATION.cff')
0 files changed, 0 insertions, 0 deletions