mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
formatting
This commit is contained in:
parent
5355c3c25e
commit
2e328fd6cb
1 changed files with 1 additions and 6 deletions
|
@ -120,12 +120,7 @@ class ExportDialog(QDialog):
|
|||
key_str = self.exporter.key
|
||||
while 1:
|
||||
file = getSaveFile(
|
||||
self,
|
||||
_("Export"),
|
||||
"export",
|
||||
key_str,
|
||||
self.exporter.ext,
|
||||
fname=filename,
|
||||
self, _("Export"), "export", key_str, self.exporter.ext, fname=filename,
|
||||
)
|
||||
if not file:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue