From 56c470433339de9dd64612bbda0a11b791a1ada2 Mon Sep 17 00:00:00 2001
From: Sydney Erickson <sydney@elixxir.io>
Date: Fri, 28 Jun 2019 13:06:28 -0700
Subject: [PATCH] Re-implement potentially missing return

---
 cmd/root.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/root.go b/cmd/root.go
index 11c1e938d..fecac877f 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -88,6 +88,7 @@ func sessionInitialization() *id.User {
 			} else {
 				//Fail if any other error is received
 				globals.Log.ERROR.Printf("Error with file path: %s\n", err1.Error())
+				return id.ZeroID
 			}
 		}
 
-- 
GitLab