formatting

This commit is contained in:
Damien Elmes 2020-08-26 08:36:08 +10:00
parent 5355c3c25e
commit 2e328fd6cb

View file

@ -120,12 +120,7 @@ class ExportDialog(QDialog):
key_str = self.exporter.key key_str = self.exporter.key
while 1: while 1:
file = getSaveFile( file = getSaveFile(
self, self, _("Export"), "export", key_str, self.exporter.ext, fname=filename,
_("Export"),
"export",
key_str,
self.exporter.ext,
fname=filename,
) )
if not file: if not file:
return return