don't include the '.' in the ext

This commit is contained in:
Rodney Ewing 2013-08-14 10:52:37 -07:00
parent 2e90b2be16
commit 61b3fc5078

View File

@ -95,7 +95,7 @@ class CommonStlProcessor(MediaProcessor):
self._set_greatest()
def _set_ext(self):
ext = self.name_builder.ext
ext = self.name_builder.ext[1:]
if not ext:
ext = None