gmyth-stream/server/0.3/lib/file_handler.py
branchtrunk
changeset 792 a6ac25bf88a7
parent 775 7cd98c74da22
child 815 7f290a3a34b1
     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	Thu Aug 02 14:58:15 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")