diff options
Diffstat (limited to 'Core.py')
-rw-r--r-- | Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ class Core(object): return True def _test_print_status(self): - if len(self.thread_list.py_downloading)>0: + if self.thread_list.py_downloading: for pyfile in self.thread_list.py_downloading: if pyfile.status.type == 'downloading': |