summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.py b/Core.py
index b847c1205..15a97d21f 100644
--- a/Core.py
+++ b/Core.py
@@ -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':