Update function name
This commit is contained in:
parent
246dd0b734
commit
5aec6e7414
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ def get_issue_title_and_url(issue_number):
|
||||||
issues_and_urls += [issue_title, issue_url]
|
issues_and_urls += [issue_title, issue_url]
|
||||||
return [issue_title, issue_url]
|
return [issue_title, issue_url]
|
||||||
|
|
||||||
def prompt_for_file(file):
|
def check_for_file(file):
|
||||||
file = input("Enter harvest report: ")
|
|
||||||
if not os.path.exists(file):
|
if not os.path.exists(file):
|
||||||
print("THAT FILE DOES NOT EXIST, EXITING PROGRAM")
|
print("THAT FILE DOES NOT EXIST, EXITING PROGRAM")
|
||||||
quit()
|
quit()
|
||||||
|
|
Loading…
Reference in a new issue