Skip to content

Commit

Permalink
Update API-Script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vtweedie committed Jul 17, 2015
1 parent 64a16c2 commit 73e52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirPhotoIndex/API-Script.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#SET INPUT AND OUTPUT FILES
inFile=open(input('Input location of the Master Spreadsheet (.tsv) within quotations and press enter: ') #Name of file located in the directory of this script that stores the information
#Note that the file entered must be a .csv for this script to work
#Note that the file entered must be a .tsv for this script to work
outfn='index.html' #Desired name of output file
if os.path.exists(outfn): #Check if file exists
print 'It appears that '+ outfn +' already exists!'
Expand Down

0 comments on commit 73e52c9

Please sign in to comment.