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

[RHELC-1275, RHELC-1516] Exit with 1 when rollback fails #1153

Merged
merged 3 commits into from
May 15, 2024

Fix indentation in comment

b19d720
Select commit
Loading
Failed to load commit list.
Merged

[RHELC-1275, RHELC-1516] Exit with 1 when rollback fails #1153

Fix indentation in comment
b19d720
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 14, 2024 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 173 in convert2rhel/backup/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Mismatch between signature and use of an overridden method Note

Overridden method signature does not match
call
, where it is passed too many arguments. Overriding method
method RestorableFile.restore
matches the call.
Overridden method signature does not match
call
, where it is passed too many arguments. Overriding method
method RestorableFile.restore
matches the call.
Overridden method signature does not match
call
, where it is passed an argument named 'rollback'. Overriding method
method RestorableFile.restore
matches the call.
Overridden method signature does not match
call
, where it is passed an argument named 'rollback'. Overriding method
method RestorableFile.restore
matches the call.