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));