From abb94102ba96f5fd2b2f6cb53b6542c0182808fe Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 9 Oct 2021 20:07:29 +0200 Subject: [PATCH] subsystems --- remote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/remote.py b/remote.py index f1a4683..35236b1 100644 --- a/remote.py +++ b/remote.py @@ -37,4 +37,5 @@ class Remote: 'Archives:'] for architecture, archive in reversed(sorted(self.archives.items())): lines.append(f'{architecture} → {archive}') + lines.append(f'Subsystems: {self.subsystems}') return os.linesep.join(lines)