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 358732 - Tabs in examples may cause byte-compilation to fail
Tabs in examples may cause byte-compilation to fail
Status: RESOLVED DUPLICATE of bug 362011
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-01 10:10 UTC by Loïc Minier
Modified: 2006-10-20 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loïc Minier 2006-10-01 10:10:31 UTC
Hi,

12:05 < lool> hi there, would someone be so kind to expand the tabs in 
              examples/bps.py and examples/vorbisplay.py in gst-python?
12:06 < lool> it makes byte-compilation fail in some cases
12:08 < __tim> lool: probably best to just file a bug with it being sunday 
               morning and all :)

Please expand the tabs as it can cause the byte compilation to fail.

Bye,
Comment 1 Jason Gerard DeRose 2006-10-14 17:27:36 UTC
The problem isn't that tabs are used for indentation; the problem is that a mixture of tabs and spaces are used.  Using tabs throughout does not cause problems.

My patch in bug #362011 fixes this.
Comment 2 Edward Hervey 2006-10-20 09:28:18 UTC

*** This bug has been marked as a duplicate of 362011 ***