[equo] fix trivial output issue

This commit is contained in:
Fabio Erculiani
2011-09-11 09:57:03 +02:00
parent 6135d75ce6
commit 21ec99b70d
+1 -1
View File
@@ -938,6 +938,7 @@ def search_orphaned_files(entropy_client):
orpanedfiles = len(file_data)
fname = "/tmp/entropy-orphans.txt"
if not etpUi['quiet']:
print_info(red(" @@ ") + blue("%s: " % (
_("Intersection completed. Showing statistics"),) ))
@@ -951,7 +952,6 @@ def search_orphaned_files(entropy_client):
print_info(red(" @@ ")+blue("%s: " % (_
("Writing file to disk"),)) + bold(fname))
fname = "/tmp/entropy-orphans.txt"
sizecount = 0
file_data = list(file_data)
file_data.sort(reverse = True)