Skip to content

Commit

Permalink
started addressing issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Nov 5, 2015
1 parent a825d6e commit e08798d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/cablab/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,13 @@ def config(self):
"""
return self._config

def info(self):
"""
Return a human-readable information string about this data cube (markdown formatted).
"""
# todo (nf 20151104) - read from data cube's dir, see issue #5
return ''

@property
def closed(self):
"""
Expand Down

0 comments on commit e08798d

Please sign in to comment.