| Index: recipes.py
|
| diff --git a/recipes.py b/recipes.py
|
| index ee1e1b2dcf08d356cb2460055703e64c9f477eb3..e835e8bc314c26ba9461da27a9a3a9550e2acede 100755
|
| --- a/recipes.py
|
| +++ b/recipes.py
|
| @@ -154,9 +154,8 @@
|
| stream_engine = stream.ProductStreamEngine(
|
| stream.StreamEngineInvariants(),
|
| stream.AnnotatorStreamEngine(
|
| - sys.stdout,
|
| - emit_timestamps=(args.timestamps or
|
| - op_args.annotation_flags.emit_timestamp)))
|
| + sys.stdout, emit_timestamps=(args.timestamps or
|
| + op_args.annotation_flags.emit_timestamp)))
|
| with stream_engine:
|
| # Emit initial properties if configured to do so.
|
| if op_args.annotation_flags.emit_initial_properties:
|
|
|