gpt4 book ai didi

python - os.path.join 失败,显示 "TypeError: object of type ' LocalPath' has no len()"

转载 作者:太空狗 更新时间:2023-10-29 17:59:26 24 4
gpt4 key购买 nike

尝试在 pytest 测试中使用“tmpdir”时出现此错误。

TypeError: object of type 'LocalPath' has no len()

最佳答案

“tmpdir”的类型为 <class 'py._path.local.LocalPath'> ,在传递给 os.path.join 时,只需将 'tmpdir' 包装在一个字符串中

例子:

os.path.join(str(tmpdir), 'my_test_file.txt')

关于python - os.path.join 失败,显示 "TypeError: object of type ' LocalPath' has no len()",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27034001/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com