diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-01-10 14:23:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 14:23:42 +0100 |
commit | 9d00e7d15d5da43cd098f695f15d0ee4d1aeaedc (patch) | |
tree | de1e797c25c80a375ec6a889994a3ac6339e6db6 /etc | |
parent | cc333b600c797264aec7ca6f0d77cff1fb658c38 (diff) | |
download | spack-9d00e7d15d5da43cd098f695f15d0ee4d1aeaedc.tar.gz spack-9d00e7d15d5da43cd098f695f15d0ee4d1aeaedc.tar.bz2 spack-9d00e7d15d5da43cd098f695f15d0ee4d1aeaedc.tar.xz spack-9d00e7d15d5da43cd098f695f15d0ee4d1aeaedc.zip |
Remove **kwargs from function signatures in llnl.util.filesystem (#34804)
Since we dropped support for Python 2.7, we can embrace using keyword only arguments
for many functions in Spack that use **kwargs in the function signature. Here this is done
for the llnl.util.filesystem module.
There were a couple of bugs lurking in the code related to typo-like errors when retrieving
from kwargs. Those have been fixed as well.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions