openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #24662
[Bug 1371186] Re: Invalid boolean check in sql filter clause songsplugin.py
** Changed in: openlp
Milestone: 2.1.1 => None
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1371186
Title:
Invalid boolean check in sql filter clause songsplugin.py
Status in OpenLP - Worship Presentation Software:
Invalid
Bug description:
/openlp/plugins/songs/songsplugin.py line 347
Old:
songs = self.manager.get_all_objects(Song, Song.temporary is True)
raises sqlalchemy filter clause exception when exiting program.
Change to:
songs = self.manager.get_all_objects(Song, Song.temporary==True)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1371186/+subscriptions
References