Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/menu/global_menu.py
diff options
context:
space:
mode:
authorAbhay Mohandas <80393938+abhay-mohandas@users.noreply.github.com>2022-08-09 23:45:49 +0530
committerGitHub <noreply@github.com>2022-08-09 20:15:49 +0200
commit6213560a0543b11eb007020b044255edaf009d4b (patch)
tree302f43d7fcdc6a538d23aaa6d503d4931644658d /archinstall/lib/menu/global_menu.py
parent3e10fc106b27c70593147b1c8aef1be221106d75 (diff)
Fixes for known issues in the Parallel Download option (#1403)
* Adding menu * Working on parallel downloads * error updates * updates * update * Few more updates * bug fixes * More bug fixes * Minor bug fixes * Few changes * Minor changes * Cleaned up add_number_of_parrallel_downloads() and hid it behind --advanced * Forgot one import * Fixed flake8 * Bug fixes * I'm trying... * trying again * trying even more * Bug fixes * Fixed known issues * Code improvements * Few fixes * Minor changes * Minor changes * Trying to fix flake8 Co-authored-by: Anton Hvornum <anton@hvornum.se>
Diffstat (limited to 'archinstall/lib/menu/global_menu.py')
-rw-r--r--archinstall/lib/menu/global_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/menu/global_menu.py b/archinstall/lib/menu/global_menu.py
index b518ac22..f631c086 100644
--- a/archinstall/lib/menu/global_menu.py
+++ b/archinstall/lib/menu/global_menu.py
@@ -152,7 +152,7 @@ class GlobalMenu(GeneralMenu):
_('Parallel Downloads'),
add_number_of_parrallel_downloads,
display_func=lambda x: x if x else '0',
- default=None
+ default=0
)
self._menu_options['kernels'] = \