Skip to content

Commit a35dc42

Browse files
committed
Fix syntax error
1 parent 98d487a commit a35dc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_statsd/preprocessors/innodb_preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def process(self, rows):
5050
oldest_view = True
5151
if line.startswith('----'):
5252
# First time we see more than four dashes have to record the new chunk
53-
if next_chunk == False and oldest_view == False::
53+
if next_chunk == False and oldest_view == False:
5454
next_chunk = True
5555
else:
5656
# Second time we see them we just have recorded the chunk

0 commit comments

Comments
 (0)