From 4325ee398097af85cd5660e2150472acc26c6ef0 Mon Sep 17 00:00:00 2001 From: Dmitry Moiseev Date: Tue, 10 Dec 2013 23:40:08 +0600 Subject: Fixed bug: failed to find zik mac in registry; Minor version change --- ParrotZikTray | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ParrotZikTray') diff --git a/ParrotZikTray b/ParrotZikTray index b3ea9b2..571a76e 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -118,8 +118,7 @@ class ParrotZikIndicator: res = self.p.findall(mac) if len(res)>0: return res[0] - else: - return '' + except EnvironmentError: break -- cgit v1.2.1