From c3aba06a0103a6464f08bbaa65400879830a453a Mon Sep 17 00:00:00 2001 From: HADEON <52324046+h8d13@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:51:35 +0100 Subject: [PATCH] Fix f-string in snapshot debug installation (#3934) * pr1 * pr2 * pr3 * pr3-2 * pr3-3 * pr3-4 * pr4 * Revert hardware.py to original state on snapshots branch * Revert genfstab and pacstrap command changes * f string --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 9b1c4bc5..71e3b517 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1006,7 +1006,7 @@ class Installer: else: raise ValueError('Unsupported snapshot type') - debug('Configuring grub-btrfsd service for {snapshot_type} at {snapshot_path}') + debug(f'Configuring grub-btrfsd service for {snapshot_type} at {snapshot_path}') # Works for either snapper or ts just adpating default paths above # https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#id-1.14.3