mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 12:50:22 +00:00
Change error message to reflect that it was checking a github user name not a repo owner
This commit is contained in:
parent
271cb7ff28
commit
3ee4ecce02
@ -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):
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user