diff --git a/git_cl.py b/git_cl.py index 24e3b9a0f..6f5ea49e3 100755 --- a/git_cl.py +++ b/git_cl.py @@ -826,6 +826,7 @@ class Settings(object): def GetFormatFullByDefault(self): if self.format_full_by_default is None: + self._LazyUpdateIfNeeded() result = ( RunGit(['config', '--bool', 'rietveld.format-full-by-default'], error_ok=True).strip())