Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 63667b3..ab655a4 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -393,7 +393,7 @@ def run_checks(distro, checks):
print "Failed checks\n"
for check in failed_checks:
- print "[%s] %s" % (info["checker"], info["check"])
+ print "[%s] %s" % (check["checker"], check["check"])
def start_xvfb():
xvfb_proc = subprocess.Popen(args=["Xvfb", xvfb_display],