Skip to content

Improved exception handling#50

Merged
JeanLucPons merged 1 commit intomainfrom
Improve-Exception-Handling
Nov 4, 2025
Merged

Improved exception handling#50
JeanLucPons merged 1 commit intomainfrom
Improve-Exception-Handling

Conversation

@JeanLucPons
Copy link
Contributor

This PR improves stack trace reading and exception handling.

def __init__(self, cfg: ConfigModel):
super().__init__()
self._cfg = cfg
print(f"Creating dummy TangoControlSystem: {cfg.name}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should use logging instead of print but this is not too important now.

@JeanLucPons JeanLucPons merged commit 0b359b1 into main Nov 4, 2025
2 checks passed
@gubaidulinvadim gubaidulinvadim deleted the Improve-Exception-Handling branch December 17, 2025 08:54
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