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 678339 - Very minor style nit
Very minor style nit
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: python
git master
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-18 16:56 UTC by Barry Warsaw
Modified: 2012-07-17 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Barry Warsaw 2012-06-18 16:56:09 UTC
In tests/libpeas/plugins/extension-python/extension-python.py, you've got two very minor style issues.  There's an extra line just before do_get_plugin_info() and in do_call_with_return(), there's an unnecessary semicolon at the end of the return "Hello World!" line.  Python isn't C. :)
Comment 1 Garrett Regier 2012-07-17 18:47:03 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.