Skip to content
Snippets Groups Projects
Commit 1780aa46 authored by Sebastien Helleu's avatar Sebastien Helleu
Browse files

Fix chart title

parent f1982aca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,7 @@ import subprocess
import sys
import traceback
 
VERSION = '0.6'
VERSION = '0.7'
 
 
class GitChart:
Loading
Loading
@@ -83,7 +83,6 @@ class GitChart:
max_entries=20, in_data=None):
self.chart_name = chart_name
self.title = title if title is not None else self.charts[chart_name]
self.title = None
self.repository = repository
self.output = output
self.max_entries = max_entries
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