mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix lint
This commit is contained in:
parent
9b1858568a
commit
b1eccd67f7
1 changed files with 2 additions and 0 deletions
|
@ -1168,6 +1168,8 @@ will be lost. Continue?"""))
|
|||
self.progress.update(label)
|
||||
finally:
|
||||
self.progress.finish()
|
||||
# caller must not pass in empty list
|
||||
# pylint: disable=undefined-loop-variable
|
||||
numberOfFilesDeleted = c + 1
|
||||
tooltip(ngettext("Deleted %d file.",
|
||||
"Deleted %d files.",
|
||||
|
|
Loading…
Reference in a new issue