openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #30087
[Bug 1598543] Re: qmd5_hash returning QByteArray instead of str
** Changed in: openlp
Milestone: None => 2.5.1
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1598543
Title:
qmd5_hash returning QByteArray instead of str
Status in OpenLP:
Fix Committed
Bug description:
openlp.core.common.__init__.qmd5_hash() returns a QByteArray instead
of a string.
Fix is to return str(hash_value.data(), encoding='ascii')
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1598543/+subscriptions
References