From b55d1261b8061167f6de9d5801387b80c56c58b3 Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Mon, 22 Mar 2010 21:08:15 +0000 Subject: Fix syntax error --- diff --git a/extensions/cpsection/network/model.py b/extensions/cpsection/network/model.py index 6e9a0f0..d22bf69 100644 --- a/extensions/cpsection/network/model.py +++ b/extensions/cpsection/network/model.py @@ -138,7 +138,7 @@ def set_radio_rfkill(state): # remove the flag file (checked at boot) try: os.unlink(RFKILL_STATE_FILE) - except + except: _logger.debug('File %s was not unlinked' % RFKILL_STATE_FILE) elif state == 'off' or state == 0: os.spawnl(os.P_WAIT, "/sbin/rfkill", "rfkill", "block", "wifi") -- cgit v0.9.1