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

Add exception field to the output of "list --format json" command #179

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

Alex-Burmak
Copy link
Member

No description provided.

self.path = path
self.version = version
self.ch_version = ch_version
self.hostname = hostname or socket.getfqdn()
self.labels = labels or {}
Copy link
Member Author

Choose a reason for hiding this comment

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

fix for mypy error:

ch_backup/cli.py:242: error: Item "None" of "dict[Any, Any] | None" has no attribute "items"  [union-attr]

@kirillgarbar kirillgarbar merged commit 042d4e4 into main Aug 12, 2024
15 checks passed
@kirillgarbar kirillgarbar deleted the alex-burmak branch August 12, 2024 09:20
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