Created
April 1, 2012 14:31
-
-
Save AeroNotix/2275623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libqtile/window.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/window.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/window.py: except AttributeError: | |
| libqtile/window.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/sh.py: except (IOError, ImportError): | |
| libqtile/sh.py: except command.CommandError: | |
| libqtile/sh.py: except ValueError: | |
| libqtile/sh.py: except SyntaxError, v: | |
| libqtile/sh.py: except command.CommandException, val: | |
| libqtile/sh.py: return "Command exception: %s\n"%val | |
| libqtile/sh.py: except (EOFError, KeyboardInterrupt): | |
| libqtile/manager.py: except KeyError, v: | |
| libqtile/manager.py: except KeyError, v: | |
| libqtile/manager.py: except KeyError, v: | |
| libqtile/manager.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/manager.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/manager.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/manager.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/manager.py: except (xcb.xproto.BadWindow, xcb.xproto.BadAccess): | |
| libqtile/manager.py: except Exception, v: | |
| libqtile/manager.py: except KeyError, v: | |
| libqtile/manager.py: except: | |
| libqtile/manager.py: except SyntaxError: | |
| libqtile/manager.py: except: | |
| libqtile/manager.py: except Exception: | |
| libqtile/confreader.py: except Exception, v: | |
| libqtile/ipc.py: except socket.error: | |
| libqtile/ipc.py: except socket.error as er: | |
| libqtile/ipc.py: except socket.error as e: | |
| libqtile/ipc.py: except socket.error as er: | |
| libqtile/layout/tree.py: except ValueError: | |
| libqtile/layout/tree.py: except KeyError: | |
| libqtile/layout/ratiotile.py: except ValueError, e: | |
| Binary file libqtile/layout/.tree.py.swo matches | |
| libqtile/widget/volume.py: except cairo.Error, error: | |
| libqtile/widget/mpriswidget.py: except dbus.exceptions.DBusException: | |
| libqtile/widget/mpriswidget.py: except (dbus.exceptions.DBusException, AttributeError): | |
| libqtile/widget/mpriswidget.py: # except AttributeError because self.iface won't exist if we haven't | |
| libqtile/widget/mpriswidget.py: except dbus.exceptions.DBusException: | |
| libqtile/widget/yahoo_weather.py:except ImportError: | |
| libqtile/widget/yahoo_weather.py: except Exception, err: | |
| libqtile/widget/yahoo_weather.py: except Exception: | |
| libqtile/widget/mpdwidget.py: except SocketError: | |
| libqtile/widget/mpdwidget.py: except Exception, e: | |
| libqtile/widget/mpdwidget.py: except CommandError: | |
| libqtile/widget/mpdwidget.py: except (SocketError, ProtocolError, ConnectionError), e: | |
| libqtile/widget/prompt.py: except OSError: | |
| libqtile/widget/__init__.py:except ImportError: | |
| libqtile/widget/__init__.py:except ImportError: | |
| libqtile/widget/__init__.py:except ImportError: | |
| libqtile/command.py: except _SelectError, v: | |
| libqtile/command.py: except CommandError, v: | |
| libqtile/command.py: except Exception, v: | |
| libqtile/hook.py: This class mirrors subscribe, except the _subscribe member has been | |
| libqtile/hook.py: except ValueError: | |
| libqtile/utils.py: except (IndexError, TypeError): | |
| libqtile/utils.py: except KeyError: | |
| libqtile/utils.py: except: | |
| libqtile/utils.py: except: | |
| libqtile/utils.py: except UnicodeDecodeError: | |
| qsh: except confreader.ConfigError, v: | |
| qtile: except confreader.ConfigError, v: | |
| qtile: except (xcb.xproto.WindowError): | |
| scripts/qtb: except confreader.ConfigError, v: | |
| scripts/qtb: except command.CommandError, v: | |
| test/test_sh.py: assert "Command exception" in v | |
| test/scripts/window: except error.DisplayConnectionError: | |
| test/scripts/window: except Exception, v: | |
| test/scripts/window:except error.ConnectionClosedError: | |
| test/test_ipc.py: except socket.error: | |
| test/utils.py: except (Xlib.error.DisplayConnectionError, Xlib.error.ConnectionClosedError), v: | |
| test/utils.py: except libqtile.ipc.IPCError: | |
| test/utils.py: except Exception, e: | |
| test/utils.py: except OSError: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment