python之ValueError: binary mode doesn‘t take an encoding argument报错的解决方式

代码
with open(report_path, mode='wb', encoding='utf-8') as file:
runner = HTMLTestRunnerNew.HTMLTestRunner(stream=file,
title="123",
verbosity=2,
description="123")
runner.run(suite)
在运行该pytho脚本的时候报错提示:Traceback (most recent call last):   File "F:/pythonProject/Api/run.py", line 9, in     with open(report_path, mode='wb'

python之ValueError: binary mode doesn‘t take an encoding argument报错的解决方式最先出现在Python成神之路

版权声明:
作者:siwei
链接:https://www.techfm.club/p/24548.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>