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]
|
||||
return [issue_title, issue_url]
|
||||
|
||||
def prompt_for_file(file):
|
||||
file = input("Enter harvest report: ")
|
||||
def check_for_file(file):
|
||||
if not os.path.exists(file):
|
||||
print("THAT FILE DOES NOT EXIST, EXITING PROGRAM")
|
||||
quit()
|
||||
|
|
Loading…
Reference in a new issue