From 1c6578d40913c0db1e961f17a061d7393a78b7ed Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 14 Oct 2014 21:23:46 +0200 Subject: [PATCH] Save lineparser even if there is no data. --- qutebrowser/config/lineparser.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qutebrowser/config/lineparser.py b/qutebrowser/config/lineparser.py index c63cb9809..9496c1681 100644 --- a/qutebrowser/config/lineparser.py +++ b/qutebrowser/config/lineparser.py @@ -94,9 +94,6 @@ class LineConfigParser(collections.UserList): def save(self): """Save the config file.""" - if not self.data: - log.destroy.debug("No data to save.") - return limit = -1 if self._limit is None else config.get(*self._limit) if limit == 0: return