Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Babenhauserheide committed Nov 24, 2012
1 parent 02908e7 commit 25dadf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.py
Expand Up @@ -370,7 +370,7 @@ def binarySearch(distinctSamples, samples):

rrdtool.update( args.rrd,
'-t', 'instantaneous-size:daily-size:effective-size:store-capacity',
join(map(str, [toPosix(toTime), instantaneousSize, dailySize, effectiveSize, storeCapacity], ':'))
join(map(str, [toPosix(toTime), instantaneousSize, dailySize, effectiveSize, storeCapacity], ':')))

fromTime = toTime
toTime = fromTime + shortPeriod
Expand Down

0 comments on commit 25dadf6

Please sign in to comment.