Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmatuska committed Jan 21, 2025
1 parent 948b4bb commit 4ff1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/system_upgrade/common/libraries/rhsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def is_rhsm_registered(context):
details={
'details': f'Command \'subscription-manager identity\' exited with exit code: {result["exit_code"]}',
'hint': _DEFAULT_EXCEPTION_HINT,
'link': 'https://access.redhat.com/solutions/6138372' # TODO check link
'link': 'https://access.redhat.com/solutions/6138372' # TODO check link
}
)

Expand Down

0 comments on commit 4ff1c95

Please sign in to comment.