PiRSquared17 / py-unrar2

Automatically exported from code.google.com/p/py-unrar2
MIT License
0 stars 0 forks source link

read_files() return [] when trying to read from a file name contain bracket "[ ]" #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a rar file include a file name with bracket"[ ]"
2.
3.

What is the expected output? What do you see instead?
RarFile.read_files(fname) should return content of the file, but return [] 
instead

What version of the product are you using? On what operating system?
0.99.2 windows xp

Please provide any additional information below.
I attached a test file for your info

Original issue reported on code.google.com by litebook...@gmail.com on 28 Jan 2011 at 5:05

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm, how have I missed a notification about this? Will take a look.

Original comment by yk4e...@gmail.com on 29 Nov 2013 at 12:20

GoogleCodeExporter commented 9 years ago
Could not reproduce (Python 2.7.2, both unrar 4.20 and 5.01). Added a test case 
for the file to demonstrate it actually works.

Original comment by yk4e...@gmail.com on 15 Dec 2013 at 11:49