Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84761 | Differences between
and this patch

Collapse All | Expand All

(-)libtovid/gui/options.py (-1 / +1 lines)
Lines 81-87 Link Here
81
        curConfig.curDiscFormat = self.format
81
        curConfig.curDiscFormat = self.format
82
82
83
        # Use output directory
83
        # Use output directory
84
        strCommand += "\"%s/%s\"" % (curConfig.strOutputDirectory, self.outPrefix)
84
        strCommand += "\"%s/%s\"" % -out (curConfig.strOutputDirectory, self.outPrefix)
85
        return strCommand
85
        return strCommand
86
86
87
87

Return to bug 84761