Skip to content

Commit

Permalink
add missing closing paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Mar 7, 2025
1 parent f3ce9ab commit bfa0998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigalaxy/ui/download_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, download_manager: DownloadManager, window, config):

def download_manager_listener(self, change: DownloadState, download: Download, *additional_params):
self.logger.debug('Received %s for Download[save_location=%s, progress=%d]',
change, download.filename(), download.current_progress
change, download.filename(), download.current_progress)
if download.save_location in self.pending_icons:
icon_file = download.save_location
for entry in self.pending_icons[icon_file]:
Expand Down

0 comments on commit bfa0998

Please sign in to comment.