Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Jan 30, 2020
1 parent 642ad5c commit 106322e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,6 @@ def _on_file_downloaded(self, file_uuid: str) -> None:

@pyqtSlot(str)
def _on_file_missing(self, file_uuid: str) -> None:
pass
if file_uuid == self.file.uuid:
self.file = self.controller.get_file(self.file.uuid)
if not self.file.is_downloaded:
Expand Down

0 comments on commit 106322e

Please sign in to comment.