diff options
author | Tom Payerle <payerle@umd.edu> | 2024-02-28 16:00:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 13:00:51 -0800 |
commit | 935660e3d5d6e7448d6946c7ace98dac5a0fe533 (patch) | |
tree | d66c156c4c8f27a70ad00d19d1db07b73830b83f /etc | |
parent | 17bfc418415cbe4f69fd772b61b89ce7370d2b81 (diff) | |
download | spack-935660e3d5d6e7448d6946c7ace98dac5a0fe533.tar.gz spack-935660e3d5d6e7448d6946c7ace98dac5a0fe533.tar.bz2 spack-935660e3d5d6e7448d6946c7ace98dac5a0fe533.tar.xz spack-935660e3d5d6e7448d6946c7ace98dac5a0fe533.zip |
mysql: explicity cast python command to str in _fix_dtrace_shebang() (#40781)
This should fix issue #40780
We explicitly cast self.spec["python"].command to str in the filter_file
call in _fix_dtrace_shebang to avoid the error
==> Error: TypeError: expected str, bytes or os.PathLike object, not Executable
Not sure why the error is appearing (is it only for specific python versions, etc?),
but the fix should be quite safe.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions