← Back to team overview

openlp-core team mailing list archive

[Bug 1598543] [NEW] qmd5_hash returning QByteArray instead of str

 

Public bug reported:

openlp.core.common.__init__.qmd5_hash() returns a QByteArray instead of
a string.

Fix is to return str(hash_value.data(), encoding='ascii')

** Affects: openlp
     Importance: Low
     Assignee: Ken Roberts (alisonken1)
         Status: Confirmed


** Tags: projector

** Changed in: openlp
       Status: New => Confirmed

-- 
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:
  Confirmed

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


Follow ups