Skip to content

Commit

Permalink
Fix good value for GAMMAPY_DATA env var in final message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bultako committed Jan 18, 2019
1 parent e296901 commit e7f67bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapy/scripts/downloadclasses.py
Expand Up @@ -265,7 +265,7 @@ def run(self):
def show_info(self):
print("")
if self.opt == "datasets":
GAMMAPY_DATA = Path.cwd() / self.outfolder / "datasets"
GAMMAPY_DATA = Path.cwd() / self.outfolder
if self.opt == "all":
GAMMAPY_DATA = Path.cwd() / self.outfolder.parent / "datasets"
if self.opt == "datasets" or self.opt == "all":
Expand Down

0 comments on commit e7f67bc

Please sign in to comment.