From 0154909dc59df947a900f5b4d5561ba6efdad28b Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 4 Feb 2019 15:26:13 -0500 Subject: [PATCH] 4690 fix error in setupsleuthkitBranch.py --- setupSleuthkitBranch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupSleuthkitBranch.py b/setupSleuthkitBranch.py index e5d7884336..8adf02050d 100644 --- a/setupSleuthkitBranch.py +++ b/setupSleuthkitBranch.py @@ -52,6 +52,7 @@ def gitSleuthkitCheckout(branch, branchOwner): #do nothing print("Passed declared") else: + print("NOT PASSED") #unable to create new branch return instead of pulling return print("Perfroming CMD: "+" ".join(cmd));