Skip to content

Commit 1d5cd07

Browse files
committed
Fixed ruff linting
1 parent b2cc362 commit 1d5cd07

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

archinstall/lib/interactions/general_conf.py

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -161,20 +161,24 @@ def ask_additional_packages_to_install(
161161
package_groups = PackageGroup.from_available_packages(packages)
162162

163163
# Additional packages (with some light weight error handling for invalid package names)
164-
header = tr(
165-
'Only packages such as '
166-
'base, '
167-
'base-devel, '
168-
'linux, '
169-
'linux-firmware-amdgpu, '
170-
'linux-firmware-atheros, '
171-
'linux-firmware-broadcom, '
172-
'linux-firmware-intel, '
173-
'linux-firmware-mediatek, '
174-
'linux-firmware-nvidia, '
175-
'linux-firmware-other, '
176-
'efibootmgr '
177-
'and optional profile packages are installed.') + '\n'
164+
header = (
165+
tr(
166+
'Only packages such as '
167+
'base, '
168+
'base-devel, '
169+
'linux, '
170+
'linux-firmware-amdgpu, '
171+
'linux-firmware-atheros, '
172+
'linux-firmware-broadcom, '
173+
'linux-firmware-intel, '
174+
'linux-firmware-mediatek, '
175+
'linux-firmware-nvidia, '
176+
'linux-firmware-other, '
177+
'efibootmgr '
178+
'and optional profile packages are installed.'
179+
)
180+
+ '\n'
181+
)
178182
header += tr('Select any packages from the below list that should be installed additionally') + '\n'
179183

180184
# there are over 15k packages so this needs to be quick

0 commit comments

Comments
 (0)