[svn r782] - Bug fix on file_handler trunk
authormorphbr
Wed Jul 04 13:38:51 2007 +0100 (2007-07-04)
branchtrunk
changeset 7769add73d88bce
parent 775 7cd98c74da22
child 777 4127375c2a03
[svn r782] - Bug fix on file_handler
gmyth-stream/server/0.3/lib/file_handler.py
     1.1 --- a/gmyth-stream/server/0.3/lib/file_handler.py	Wed Jul 04 09:09:48 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/file_handler.py	Wed Jul 04 13:38:51 2007 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4                      self.opts["uri"][0])
     1.5  
     1.6              name = os.path.basename(self.opts["uri"][0])
     1.7 -            self.opts["original"] = ["%s"] % name
     1.8 +            self.opts["original"] = [name]
     1.9              output_file = os.path.basename(self.opts["outfile"][0])
    1.10              output = open(".transcoded/%s.dat" % \
    1.11                            os.path.splitext(output_file)[0], "wb")