Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling when lease is None #981

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

MariusBaldovin
Copy link
Collaborator

LOGGER.error(traceback.format_exc()) line from _run_subnet_test in the connection_module.py is causing the traceback errror message to be displayed in the connection module.log looking like is a traceback error that wasn't handled. This error was handled by exception block from _run_subnet_test and it happens when the lease is None
connection_module_log

Updated for this TypeError to be handled in dhcp_util.py

@MariusBaldovin MariusBaldovin changed the title Error handling for connection module Error handling when lease is None Nov 21, 2024
@MariusBaldovin MariusBaldovin marked this pull request as ready for review November 21, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants