don't include the '.' in the ext
This commit is contained in:
parent
2e90b2be16
commit
61b3fc5078
@ -95,7 +95,7 @@ class CommonStlProcessor(MediaProcessor):
|
|||||||
self._set_greatest()
|
self._set_greatest()
|
||||||
|
|
||||||
def _set_ext(self):
|
def _set_ext(self):
|
||||||
ext = self.name_builder.ext
|
ext = self.name_builder.ext[1:]
|
||||||
|
|
||||||
if not ext:
|
if not ext:
|
||||||
ext = None
|
ext = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user