Skip to content

Commit

Permalink
Add comment about cosmogony-data-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed May 24, 2019
1 parent 078ac2f commit 099078f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def run_explorer(ctx, cosmogony_file_name="cosmogony.json", restart_tiles=False)
if restart_tiles:
ctx.run("docker-compose restart tiles", pty=True)

## TODO Update cosmogony-data-dashboard to handle .jsonl.gz format
# generate_data_dashboard(ctx, cosmogony_file_name)


def _get_docker_compose():
return os.environ.get("COMPOSE_FILE", "docker-compose.yml")

Expand Down

0 comments on commit 099078f

Please sign in to comment.