Removed extra slash

This commit is contained in:
Scisco
2014-08-28 10:31:03 -04:00
parent 2af8d11812
commit 0aac0b3c02

View File

@@ -39,7 +39,7 @@ HOME_DIR = os.path.expanduser('~')
# Utility's base directory
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
DOWNLOAD_DIR = HOME_DIR + '/landsat/'
DOWNLOAD_DIR = HOME_DIR + '/landsat'
ZIP_DIR = DOWNLOAD_DIR + '/zip'
UNZIP_DIR = DOWNLOAD_DIR + '/unzip'
PROCESSED_IMAGE = DOWNLOAD_DIR +'/processed'