Skip to content

Commit

Permalink
respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuerta33 committed Nov 2, 2018
1 parent 083e3f5 commit 837b0b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crawler/src/main/resources/bin/RetrieveAVRISNGData.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def handleDownload(block):
file.write(block)
print (".")


ddir='/Users/Alex/Documents' # set to local path where you want files downloaded to
ddir='/usr/local/coal-sds-deploy/data/staging' # set to local path where you want files downloaded to
os.chdir(ddir)
ftp = FTP('avng.jpl.nasa.gov')

Expand Down

0 comments on commit 837b0b3

Please sign in to comment.