Skip to content

Commit

Permalink
Fix regression bug in DOTParser
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 1, 2017
1 parent 7093670 commit 6c30b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sequana/snaketools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 1016,8 @@ def _add_urls_mode2(self, output_filename=None, mapper={}, title=None):
if line.strip() == "}":
if title:
fout.write('overlap=false\nlabel="%s"\nfontsize=10;\n}\n' % title)
else:
fout.write(line)
continue


Expand Down

0 comments on commit 6c30b8a

Please sign in to comment.