From: Marcel Holtmann Date: Thu, 18 Sep 2008 23:55:00 +0000 (+0200) Subject: Fix broken Python statement X-Git-Tag: 0.1~186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e952851502277cc41cd2a54ef5386cca7a8843dd;p=platform%2Fupstream%2Fconnman.git Fix broken Python statement --- 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: