From 3510e8f5faa69451e5c3673bac15fe79b73ecca1 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 30 Jul 2014 17:20:20 +0200 Subject: Minor fix of a function signature --- src/config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config.py b/src/config.py index 9b45da54..f40f8742 100644 --- a/src/config.py +++ b/src/config.py @@ -65,9 +65,8 @@ class Config(RawConfigParser): return default return res - def get_by_tabname( - self, option, default, tabname, - fallback=True, fallback_server=True): + def get_by_tabname(self, option, default, tabname, fallback=True, + fallback_server=True): """ Try to get the value for the option. First we look in a section named `tabname`, if the option is not present -- cgit v1.2.3