码迷,mamicode.com
首页 > 其他好文 > 详细

IndentationError: unindent does not match any outer indentation level

时间:2015-08-21 11:19:01      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

[example@admin lib]$ python3 fz.py
  File "fz.py", line 378
    time_list = []
                 ^
IndentationError: unindent does not match any outer indentation level

本来查了遍语法都没有出错,结果出错在TAB 和 空格混排上。

如下图。将tab替换为空格后解决问题。

技术分享



IndentationError: unindent does not match any outer indentation level

标签:

原文地址:http://www.cnblogs.com/magisquare/p/4747082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!