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 706319 - make check fail : pep8 doesn't like gi/_gobject/propertyhelper.py
make check fail : pep8 doesn't like gi/_gobject/propertyhelper.py
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-19 15:47 UTC by Yanko Kaneti
Modified: 2013-08-21 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Works with this patch (1.60 KB, patch)
2013-08-19 15:47 UTC, Yanko Kaneti
none Details | Review

Description Yanko Kaneti 2013-08-19 15:47:01 UTC
Created attachment 252249 [details] [review]
Works with this patch

..
test -L testhelper.so || ln -s .libs/testhelper.so testhelper.so
  CHECK  Pyflakes
  CHECK  PEP8
../gi/_gobject/propertyhelper.py:189:21: E122 continuation line missing indentation or outdented
                    self.type, self._get_minimum()))
                    ^
../gi/_gobject/propertyhelper.py:197:21: E122 continuation line missing indentation or outdented
                    self.type, self._get_maximum()))
                    ^
../gi/_gobject/propertyhelper.py:397:21: E122 continuation line missing indentation or outdented
                    cls.__name__,))
                    ^
make[2]: *** [check-local] Error 1
....
Comment 1 Martin Pitt 2013-08-21 06:56:27 UTC
Ah, sorry about that. I have pep8 1.4.5 which doesn't yet catch those. Pushed, thanks!