[hotfix] output XML name clipped
This commit is contained in:
parent
2b6297859b
commit
8e60268fc5
@ -979,7 +979,6 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
if not exform and selected_filter or not exform in OUTPUTFORMATS:
|
if not exform and selected_filter or not exform in OUTPUTFORMATS:
|
||||||
exform = selected_filter.split('*')[1][:-1]
|
exform = selected_filter.split('*')[1][:-1]
|
||||||
if not exform in OUTPUTFORMATS:
|
|
||||||
return fname, exform
|
return fname, exform
|
||||||
return fbasename, exform
|
return fbasename, exform
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user