Skip to content

Commit 4f424e5

Browse files
committed
Set BNC to empty string.
1 parent 7ba3aa5 commit 4f424e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Utils/Dataflow/data4es/batch_stage

Utils/Dataflow/data4es/batch_stage/stage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def main(args):
6161
stage = ProcessorStage()
6262
stage.set_input_message_type(messageType.JSON)
6363
stage.set_output_message_type(messageType.JSON)
64+
stage.set_default_arguments(bnc='')
6465

6566
stage.process = process
6667

0 commit comments

Comments
 (0)