From ff00eff3204fad96193a1c50893cfd9f5cef062e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:38:55 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 3fb759c9..7c3b2408 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -220,7 +220,6 @@ public class GitRepo : Object return ret; } catch (Error e) { this.config_cache.set(key, ""); - return ret; return ""; // happens when there is nothing set... } -- 2.39.2