Fix broken Python statement
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 18 Sep 2008 23:55:00 +0000 (01:55 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 18 Sep 2008 23:55:00 +0000 (01:55 +0200)
test/start-scanning

index 104a55b..ff0dd07 100755 (executable)
@@ -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: