Skip to content

Commit

Permalink
add -s
Browse files Browse the repository at this point in the history
  • Loading branch information
yejianquan committed Dec 17, 2024
1 parent cbab806 commit d77c535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sonic_ax_impl/mibs/ietf/rfc2737.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,8 @@ def reinit_data(self):
try:
updater.reinit_data()
except BaseException as e:
print(f"!!!!Exception!{e}")
mibs.logger.error(f"Jianquan {e}, type{type(e)}")
if isinstance(e, RuntimeError):
print(f"!!!!Runtime Exception!{e}")
has_runtime_err = True
# Log traceback so that we know the original error details
mibs.logger.error(e, exc_info=True)
Expand Down

0 comments on commit d77c535

Please sign in to comment.