Python自动化报错:IndentationError-unindent does not match any outer indentation level
Posted Dotest软件测试学堂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python自动化报错:IndentationError-unindent does not match any outer indentation level相关的知识,希望对你有一定的参考价值。
从错误中了解python语法;
如下图:
这个是因为python语句块是由格式来控制(缩进);
解决:
出现这个问题需要看下,自己写的python语句块是否格式缩进的问题
例如:如下图:构造函数前面的缩进错误
无论自学还是报班,动起手来!
IT不动手,花再多钱也是白搭.......
===往期精选技术文章===
我能学习,就业吗?
软件测试应该怎么自学?
软件测试,如何包装简历?
软件测试面试题大全-根据学生实际面试整理-v2.0
软件测试用例书写逻辑思维
实战项目测试过程
软件测试面试技巧
培训的讨论-谨防培训贷
为什么测试工程师要学习linux?
软件测试,怎么增加面试通过率?
毕业季--找工作的几点注意事项
为什么投递简历,投递出去要么无人回应、要么石沉大海--啥原因?
以上是关于Python自动化报错:IndentationError-unindent does not match any outer indentation level的主要内容,如果未能解决你的问题,请参考以下文章
python接口自动化:pycharm中import yaml报错问题解决
selenium+python自动化85-python3.6上SendKeys报错用PyUserInput取代
python自动化Traceback (most recent call last):报错
python 自动化uiautomator 测试android报错:ioerror RPC server not started
Appium+python自动化54-appium-doctor报错已解决(SyntaxError: Unexpected token ...)
Python自动化报错:IndentationError-unindent does not match any outer indentation level