Skip to content

Commit

Permalink
Update astropy-helpers to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Apr 13, 2016
1 parent a768db9 commit cf9b78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ah_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def get_local_file_dist(self):
def get_index_dist(self):
if not self.download:
log.warn('Downloading {0!r} disabled.'.format(DIST_NAME))
return False
return None

log.warn(
"Downloading {0!r}; run setup.py with the --offline option to "
Expand Down

0 comments on commit cf9b78c

Please sign in to comment.