-n option is broken
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Using -n gives
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/bin/flac2all", line 542, in encode_thread
outfile = os.path.join(outdirFinal,os.path.split(current_file_local)[1])
UnboundLocalError: local variable 'outdirFinal' referenced before assignment
Original issue reported on code.google.com by svenst...@gmail.com
on 17 Dec 2013 at 9:03
GoogleCodeExporter commented
Yep, I've repeated the error. Working on a fix now.
Original comment by i...@ziva-vatra.com
on 22 Dec 2013 at 10:24
- Changed state: Accepted
GoogleCodeExporter commented
Alright, fix pushed to revision 38. It passed my tests and seems to be working.
Please check out and let me know if it fixes your problem.
Original comment by i...@ziva-vatra.com
on 22 Dec 2013 at 10:40
- Changed state: Fixed