Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-06-09 20:53:23 +0200
committerGitHub <noreply@github.com>2021-06-09 20:53:23 +0200
commit26c522969fac3436209cb6b4669b179f1ee13ab5 (patch)
treea9945baf11c1a0b45763166131639e20649844aa /profiles
parent53c2452098d22bacd3e5dd3bb6984c4494306deb (diff)
Linter hates on us if there's no comma at the end
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 26da7cbd..73df9256 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -42,7 +42,7 @@ def _prep_function(*args, **kwargs):
'budgie',
'mate',
'deepin',
- 'enlightenment'
+ 'enlightenment',
]
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ', allow_empty_input=False, sort=True)