Fix config importing
This commit is contained in:
parent
3dc7238cfe
commit
bc4a01faf3
@ -70,7 +70,7 @@ class LineConfigParser:
|
|||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
"""Save the config file."""
|
"""Save the config file."""
|
||||||
from qutebrowser.config.config import config
|
import qutebrowser.config.config as config
|
||||||
limit = -1 if self._limit is None else config.config.get(*self._limit)
|
limit = -1 if self._limit is None else config.config.get(*self._limit)
|
||||||
if limit == 0:
|
if limit == 0:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user