Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Urban committed Nov 4, 2019
1 parent 720555f commit b0726cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/hveto
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ cum. deadtime : %s\n\n""" % (

# -- make some plots --

pngname = os.path.join(plotdir, '%s-HVETO_%%s_ROUND_%d-%d-%d.png' %
(ifo, round.n, start, duration))
pngname = os.path.join(plotdir, '%s-HVETO_%%s_ROUND_%d-%d-%d.png' % (
ifo, round.n, start, duration))
wname = texify(round.winner.name)
beforel = 'Before\n[%d]' % len(before)
afterl = 'After\n[%d]' % len(primary)
Expand Down

0 comments on commit b0726cc

Please sign in to comment.