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

Use relation_created instead of relation_joined #47

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

carlcsaposs-canonical
Copy link
Contributor

@@ -409,6 +409,25 @@ def unhold(self) -> None:
"""Remove the refresh hold of a snap."""
self._snap("refresh", ["--unhold"])

def alias(self, application: str, alias: Optional[str] = None) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

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

AFAIK, the library now has been improved. No need to call subprocess. CC: @dragomirp , right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the latest version of the lib

@carlcsaposs-canonical carlcsaposs-canonical merged commit af2bd8d into main Jun 30, 2023
8 checks passed
@carlcsaposs-canonical carlcsaposs-canonical deleted the fix-event branch June 30, 2023 14:53
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.

4 participants