After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 409193 - libxslt.py: inconsistent use of tabs and spaces in indentation
libxslt.py: inconsistent use of tabs and spaces in indentation
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.20
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-18 07:35 UTC by Andreas Hanke
Modified: 2007-02-18 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
python/libxsl.py (1.78 KB, patch)
2007-02-18 07:50 UTC, Andreas Hanke
none Details | Review

Description Andreas Hanke 2007-02-18 07:35:42 UTC
Please describe the problem:
libxslt.py (generated from python/libxsl.py) does not use tabs and spaces
consistently.

Steps to reproduce:
Steps to reproduce:
python -Ott -c "import libxslt"

Actual results:
Traceback (most recent call last):
  • File "<string>", line 1 in <module>
  • File "/usr/lib/python2.5/site-packages/libxslt.py", line 23
    elif osname == 'Darwin':
TabError: inconsistent use of tabs and spaces in indentation

Expected results:
No such traceback should happen.

Does this happen every time?
Yes

Other information:
Comment 1 Andreas Hanke 2007-02-18 07:50:51 UTC
Created attachment 82785 [details] [review]
python/libxsl.py
Comment 2 William M. Brack 2007-02-18 17:01:10 UTC
Fixed in SVN - thanks for the report!