From e952851502277cc41cd2a54ef5386cca7a8843dd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 19 Sep 2008 01:55:00 +0200 Subject: [PATCH] Fix broken Python statement --- test/start-scanning | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/start-scanning b/test/start-scanning index 104a55b..ff0dd07 100755 --- a/test/start-scanning +++ b/test/start-scanning @@ -23,7 +23,7 @@ for path in elements: if (properties["Subtype"] == "wifi"): print " Started WiFi scanning" element.Update() - elif (properties["Subtype"] == "wimax") + elif (properties["Subtype"] == "wimax"): print " Started WiMAX scanning" element.Update() else: -- 2.7.4