Skip to content
Snippets Groups Projects
Commit fbba077c authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Fix default value of js parameter

parent 6f6da282
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -85,7 +85,7 @@ class GitChart(object):
'#ff00cc', '#899ca1', '#bf4646'))
 
def __init__(self, chart_name, title=None, repository='.', output=None,
max_diff=20, sort_max=0, js=None, in_data=None):
max_diff=20, sort_max=0, js='', in_data=None):
self.chart_name = chart_name
self.title = title if title is not None else self.charts[chart_name]
self.repository = repository
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment