** Branch linked: lp:~googol/openlp/bug-1016927

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1016927

Title:
  Filesystem encoding problem when importing songs

Status in OpenLP - Worship Presentation Software:
  Fix Committed

Bug description:
  It turns out that in a refactoring a badly needed .encode() has got
  lost.

  Traceback (most recent call last):
    File 
"/home/mattias/Arendus/OpenLP/sunday_plus_import/openlp/plugins/songs/forms/songimportform.py",
 line 546, in isComplete
      and os.path.isfile(filepath):
    File "/usr/lib/python2.7/genericpath.py", line 29, in isfile
      st = os.stat(path)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 20: 
ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1016927/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to