Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/unattended.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:07:46 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:07:46 -0400
commit37e818b3d1a7b76d1bdc511876a2a30d7a7a32d1 (patch)
tree75e11aeefd8f16ee70d04eb3d8d2e1003304390b /examples/unattended.py
parentd93ef24e8e080ab4c71366bfba0340d16f17524b (diff)
More manual fixes
Diffstat (limited to 'examples/unattended.py')
-rw-r--r--examples/unattended.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unattended.py b/examples/unattended.py
index 679fbdf6..b0e52f20 100644
--- a/examples/unattended.py
+++ b/examples/unattended.py
@@ -17,4 +17,4 @@ for name, info in archinstall.list_profiles().items():
profile = archinstall.Profile(None, info['path'])
profile.install()
- break \ No newline at end of file
+ break