summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.py5
1 files 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