tsuyopon / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

IndentationError: File "wpt_batch.py", line 98 #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

svn checkout http://webpagetest.googlecode.com/svn/trunk/batchtool batchtool
cd batchtool
python wpt_batch.py

What is the expected output? What do you see instead?

Expected command line options but got error:

python wpt_batch.py
  File "wpt_batch.py", line 98
    if options.key:
    ^
IndentationError: unexpected indent

What version of the product are you using? On what operating system?

Linux 2.6.32-4-pve

Please provide any additional information below.

Original issue reported on code.google.com by jeffcjoh...@gmail.com on 30 May 2012 at 2:23

GoogleCodeExporter commented 9 years ago
I forgot to mention that this is caused by the use of tabs versus spaces for 
indenting that line.

Original comment by jeffcjoh...@gmail.com on 30 May 2012 at 2:24

GoogleCodeExporter commented 9 years ago
Fixed in r1293.

Original comment by sker...@google.com on 30 May 2012 at 7:42