commit | f58473e9843857e7c78bfdeddb9d384d1d0f37d3 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Tue Aug 22 16:17:33 2017 -0700 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Aug 22 16:17:33 2017 -0700 |
tree | 2d28fcf5b0c4b632f9235ec966f3f1ed0f02c4e0 | |
parent | e0982548749f526df5c5f489c0ae6d7ab7a08f37 [diff] |
Fix a syntax error causing Jenkins build messages Change-Id: I420d7ed1907b13b8480445e4434a639c212c5267
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py index 2a26193..47946e0 100644 --- a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py +++ b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py
@@ -377,4 +377,4 @@ ) # TODO: Need to retrieve the correct destination onu_id - self.bal.packet_out(onu_id=1, egress_port, str(out_pkt)) + self.bal.packet_out(1, egress_port, str(out_pkt))