[entropy.tools] fix regression

This commit is contained in:
Fabio Erculiani
2009-10-05 09:57:50 +02:00
parent a8361cefe9
commit 030dacf1de
+1
View File
@@ -2852,6 +2852,7 @@ def uncompress_tar_bz2(filepath, extractPath = None, catchEmpty = False):
try:
encoded_path = extractPath
if const_isunicode(extractPath):
encoded_path = extractPath.encode('utf-8')
entries = []