Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSecondThundeR <awayfromgalaxy@gmail.com>2021-09-19 15:49:44 +0300
committerSecondThundeR <awayfromgalaxy@gmail.com>2021-09-19 15:49:44 +0300
commitffe38c879acf59da3f9d25ba866608ff6d6db64d (patch)
tree85ffebab46e01368c89af645407fea99e38df99f /examples
parentaacbc2f29d1fe12500f8013163ccea897eddc497 (diff)
general: remove all found white-spaces
Also this change adds new line at the end for some scripts
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/guided.py b/examples/guided.py
index b7c75b30..8353b76b 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -66,7 +66,7 @@ def load_config():
archinstall.storage['disk_layouts'] = json.loads(archinstall.arguments['disk_layouts'])
except:
raise ValueError("--disk_layouts=<json> needs either a JSON file or a JSON string given with a valid disk layout.")
-
+
def ask_user_questions():
"""
First, we'll ask the user for a bunch of user input.
@@ -371,4 +371,4 @@ if not archinstall.arguments.get('silent'):
ask_user_questions()
perform_filesystem_operations()
-perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt')) \ No newline at end of file
+perform_installation(archinstall.storage.get('MOUNT_POINT', '/mnt'))