aboutsummaryrefslogtreecommitdiffstats
path: root/sos.conf
diff options
context:
space:
mode:
authorJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-04-15 18:33:45 -0400
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-04-19 14:32:39 -0400
commit58deee735436b5bf627afd8593c49d18cb8c8f73 (patch)
treeb05224f9ffbdd37906510a42908c693004fc6212 /sos.conf
parentefb3b8116ee82071fd6c0e2d088d88f39e1ee3d2 (diff)
downloadsos-58deee735436b5bf627afd8593c49d18cb8c8f73.tar.gz
[global] Update use of pipes with shlex
`pipes` is deprecated and being removed from Python in 3.13. Our usage is exclusively `pipes.quote()`, which has actually been calling `shlex.quote()` behind the scenes for some time (at least since 3.6). Update our usage of `quote` to directly import from `shlex`. Resolves: #3310 Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
Diffstat (limited to 'sos.conf')
0 files changed, 0 insertions, 0 deletions