Skip to content

Commit

Permalink
fix(agw): suppressed dual exception message (magma#12961)
Browse files Browse the repository at this point in the history
Signed-off-by: VinashakAnkitAman <ankit.aman@radisys.com>
  • Loading branch information
VinashakAnkitAman authored and emakeev committed Aug 5, 2022
1 parent 65794fa commit 29dcb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lte/gateway/python/integ_tests/s1aptests/s1ap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_response(
"Timeout ("
+ str(timeout)
+ " sec) occurred while waiting for response message",
)
) from None

def populate_pco(
self,
Expand Down

0 comments on commit 29dcb33

Please sign in to comment.