diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-16 09:39:17 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-16 09:39:17 -0300 |
commit | 432fcab9f838b0bfc81ed8d40d92b4b5d3854f24 (patch) | |
tree | 35f69a152468850ca0f5ad0e5b25baab131730d3 /src/leap/bitmask/util/polkit_agent.py | |
parent | 3fc88bbc70b3da4a2f8b371813bf87a42443f29c (diff) |
Code style fixes.
Diffstat (limited to 'src/leap/bitmask/util/polkit_agent.py')
-rw-r--r-- | src/leap/bitmask/util/polkit_agent.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/bitmask/util/polkit_agent.py b/src/leap/bitmask/util/polkit_agent.py index 6fda2f88..7764f571 100644 --- a/src/leap/bitmask/util/polkit_agent.py +++ b/src/leap/bitmask/util/polkit_agent.py @@ -39,9 +39,9 @@ def _launch_agent(): logger.error('Exception while running polkit authentication agent ' '%s' % (exc,)) # XXX fix KDE launch. See: #3755 - #try: - #subprocess.call(KDE_PATH) - #except Exception as exc: + # try: + # subprocess.call(KDE_PATH) + # except Exception as exc: def launch(): |