1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-29 15:43:50 +00:00

4690 fix error in setupsleuthkitBranch.py

This commit is contained in:
William Schaefer
2019-02-04 15:26:13 -05:00
parent ef38d06099
commit 0154909dc5

View File

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