Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profiles.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-18 21:24:46 +0200
committerGitHub <noreply@github.com>2020-10-18 21:24:46 +0200
commitf32f1e238a0a36b0d1b5220df6f6f053c6c4168c (patch)
tree78053ae908629bb49725246fcb2e957875d9ec3b /archinstall/lib/profiles.py
parent3ba6e69e051e4614ebf18f7f08c0d7a18366d9b7 (diff)
parent06ee896c6c58e877325896b33a2a3dd3eb0a1727 (diff)
Merge pull request #55 from Torxed/43-overview
Added a configuration overview before formatting
Diffstat (limited to 'archinstall/lib/profiles.py')
-rw-r--r--archinstall/lib/profiles.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index 47e6dd36..e018f753 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -61,6 +61,9 @@ class Profile():
self._cache = None
self.args = args
+ def __dump__(self, *args, **kwargs):
+ return {'path' : self._path}
+
def __repr__(self, *args, **kwargs):
return f'Profile({self._path} <"{self.path}">)'