check_package_updates - fix inconsistent tab/space

This commit is contained in:
Pall Sigurdsson 2013-09-13 11:43:04 +00:00
parent 53ec813478
commit f3909a08f6
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def pkcon_get_updates():
for line in stdout.split("\n"): for line in stdout.split("\n"):
if not line: if not line:
continue continue
if line.startswith("There are no updates"): if line.startswith("There are no updates"):
continue continue
if results_section is False and line == "Results:": if results_section is False and line == "Results:":
results_section = True results_section = True