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:
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user