aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/clean-stream.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/clean-stream.py b/scripts/clean-stream.py
index 0982f455..a0b23b23 100644
--- a/scripts/clean-stream.py
+++ b/scripts/clean-stream.py
@@ -58,7 +58,10 @@ while (line != ''):
counter1 += 1
if (reg6.match(line)):
- indexed = ( False if reg7.search(line) else True)
+ if reg7.search(line) :
+ indexed = False
+ else:
+ indexed = True
if (reg0.match(line)):
if (start_index == 0) :