Skip to content

Commit

Permalink
Raj | #5114 | Abstracted logic for fecthing file from report
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbharath committed Jan 31, 2017
1 parent 65264af commit 6d2f1d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mangrove/datastore/report_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ def name(self):
def template(self):
return self._get_attachment("index.html")

def stylesheet(self):
return self._get_attachment("styles.css")

def font_file(self, file_name):
def file(self, file_name):
return self._get_attachment(file_name)

def _get_attachment(self, file_name):
Expand Down

0 comments on commit 6d2f1d6

Please sign in to comment.