Update TODO-REFACTOR tags

master
MrS0m30n3 2016-12-10 18:20:15 -02:00
parent e20fcebe96
commit 253e3a3952
2 changed files with 4 additions and 4 deletions

View File

@ -423,8 +423,8 @@ class MainFrame(wx.Frame):
if item.stage == "Error":
error += 1
# TODO Store percentage as float in the DownloadItem?
# TODO DownloadList keep track for each item stage?
# REFACTOR Store percentage as float in the DownloadItem?
# REFACTOR DownloadList keep track for each item stage?
total_percentage += completed * 100.0 + error * 100.0
total_percentage /= active + completed + error
@ -507,7 +507,7 @@ class MainFrame(wx.Frame):
ret_code = dlg.ShowModal()
dlg.Destroy()
#TODO Maybe add this functionality directly to DownloadList?
#REFACTOR Maybe add this functionality directly to DownloadList?
if ret_code == 1:
for ditem in self._download_list.get_items():
if ditem.stage != "Active":

View File

@ -231,7 +231,7 @@ class OptionsManager(object):
add_metadata (boolean): When True will write metadata to file.
"""
#TODO Remove old options & check options validation
#REFACTOR Remove old options & check options validation
self.options = {
'save_path': os_path_expanduser('~'),
'save_path_dirs': [