Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorquas committed Feb 13, 2025
1 parent ba8df63 commit fb7d7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/subscription/test_rhsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import pytest
from virtwho.base import msg_search


@pytest.mark.skip(reason="SCA mode is no longer available.")
@pytest.mark.usefixtures("class_globalconf_clean")
@pytest.mark.usefixtures("class_hypervisor")
Expand Down
2 changes: 1 addition & 1 deletion virtwho/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def __init__(self, server=None, org=None, activation_key=None):
try:
# import ipdb; ipdb.set_trace()
self.org_id = self.organization_id()
except FailException: #retry by creating org first
except FailException: # retry by creating org first
self.org_create(name=self.org, label=self.org)
self.org_id = self.organization_id()
self.api = f"https://{self.server}"
Expand Down

0 comments on commit fb7d7fd

Please sign in to comment.