Skip to content

Commit

Permalink
MythArchive: fix a filename quoted twice bug introduced in b85f5bb
Browse files Browse the repository at this point in the history
Fixes #10071.
  • Loading branch information
paul-h authored and Paul Harrison committed Mar 23, 2013
1 parent 8d2d9e9 commit 146b490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythplugins/mytharchive/mythburn/scripts/mythburn.py
Expand Up @@ -1707,7 +1707,6 @@ def runMythtranscode(chanid, starttime, destination, usecutlist, localfile):
write("Using cutlist: %s" % cutlist_s)

if (localfile != ""):
localfile = quoteFilename(localfile)
if usecutlist == True:
command = "mythtranscode --mpeg2 --honorcutlist %s --infile %s --outfile %s" % (cutlist_s, quoteCmdArg(localfile), quoteCmdArg(destination))
else:
Expand Down

0 comments on commit 146b490

Please sign in to comment.