From df5e98cb11b20a94cc323f4daf27bce94f8289f6 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:51:51 -0500 Subject: [PATCH] Update comment in _final_warning Device paths are no longer mentioned as of adbadbf6. --- archinstall/lib/disk/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 1ac4d35f6a..41efccd311 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -328,7 +328,7 @@ def _lvm_vol_handle_e2scrub(self, vol_gp: LvmVolumeGroup) -> None: def _final_warning(self) -> bool: # Issue a final warning before we continue with something un-revertable. - # We mention the drive one last time, and count from 5 to 0. + # We count down from 5 to 0. out = tr('Starting device modifications in ') Tui.print(out, row=0, endl='', clear_screen=True)