PiRSquared17 / flac2all

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

thread limit with -t does not recognize number #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. flac2all -t 8

What is the expected output?
There are 19 files, of which 17 are convertable FLAC files
We are running 8 simultaneous transcodes

What do you see instead?
There are 19 files, of which 17 are convertable FLAC files
Traceback (most recent call last):
  File "flac2all_v3.38.py", line 758, in <module>
    print "We are running %d simultaneous transcodes" % opts['threads']
TypeError: %d format: a number is required, not str

What version of the product are you using? On what operating system?
3.38 from google code 

Please provide any additional information below.
see attached patch 

Original issue reported on code.google.com by vvvrroo...@gmail.com on 11 Dec 2014 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for your patch, however this has already been fixed in the latest 
release. This is a duplicate of issue 12 and issue 10

Original comment by i...@ziva-vatra.com on 13 Jan 2015 at 3:33