From 837b0b3c0052091a5abb23da626364fa6cbdf446 Mon Sep 17 00:00:00 2001 From: Alexa Huerta Date: Fri, 2 Nov 2018 12:42:29 -0700 Subject: [PATCH] respond to PR comments --- crawler/src/main/resources/bin/RetrieveAVRISNGData.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crawler/src/main/resources/bin/RetrieveAVRISNGData.py b/crawler/src/main/resources/bin/RetrieveAVRISNGData.py index 3cd4491..392f25e 100644 --- a/crawler/src/main/resources/bin/RetrieveAVRISNGData.py +++ b/crawler/src/main/resources/bin/RetrieveAVRISNGData.py @@ -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')