Skip to content

Commit

Permalink
removed the commit in confirm_user_backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Oct 18, 2024
1 parent a00dd15 commit d0a0e8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion convert2rhel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def _handle_inhibitors_found_exception():


def confirm_user_backup():
# Add in the warning about the system back up here!
loggerinst.warning(
"Convert2RHEL modifies the systems during the analysis and then rolls back these "
"changes when the analysis is complete. In rare cases, this rollback can fail. "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_override_inhibitor_os_release_restored(
c2r.expect("Continue with the system conversion?")
c2r.sendline("y")

c2r.expect("Continue with the system conversion?")
# c2r.expect("Continue with the system conversion?")
c2r.sendline("y")

c2r.expect("'CONVERT2RHEL_INCOMPLETE_ROLLBACK' environment variable detected, continuing conversion.")
Expand Down

0 comments on commit d0a0e8d

Please sign in to comment.