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

Change error message to reflect that it was checking a github user name not a repo owner

This commit is contained in:
William Schaefer
2019-04-02 11:21:32 -04:00
parent 271cb7ff28
commit 3ee4ecce02

View File

@@ -44,7 +44,7 @@ def gitSleuthkitCheckout(branch, branchOwner):
if (passed == 0):
sys.exit() #exit if successful
else:
print("Branch: " + branch + " does not exist for owner: " + branchOwner)
print("Branch: " + branch + " does not exist for github user: " + gitHubUser)
def parseXML(xmlFile):
'''