Skip to content

Commit 5722c0e

Browse files
authoredNov 19, 2019
Merge pull request #49 from HiromuIshikawa/fix_different-scale
Fix bug of different-scale option about indentation
2 parents c40b864 + 646b941 commit 5722c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎termgraph/termgraph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def chart(colors, data, args, labels):
388388

389389
print()
390390
value_list.clear(), zipped_list.clear(), vertical_list.clear()
391-
return
391+
return
392392

393393
# One category/Multiple series graph with same scale
394394
# All-together normalization

0 commit comments

Comments
 (0)
Please sign in to comment.