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 775759 - create_playlists cursor_callback method has a TypeError
create_playlists cursor_callback method has a TypeError
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2016-12-07 15:55 UTC by Sambhav Kothari
Modified: 2016-12-07 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix above bug (815 bytes, patch)
2016-12-07 15:55 UTC, Sambhav Kothari
committed Details | Review

Description Sambhav Kothari 2016-12-07 15:55:21 UTC
Created attachment 341563 [details] [review]
patch to fix above bug

cursor is a TrackerSparqlCursor, its method next_finish requires a parameter res which is missing.

This causes a TypeError

added a patch to fix this
Comment 1 Marinus Schraal 2016-12-07 22:20:46 UTC
Review of attachment 341563 [details] [review]:

nice catch

i'm gonna rewrite the commit msg a bit
Comment 2 Marinus Schraal 2016-12-07 22:27:49 UTC
pushed