PiRSquared17 / flac2all

Automatically exported from code.google.com/p/flac2all
0 stars 0 forks source link

-n option is broken #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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

GoogleCodeExporter commented 9 years ago
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