We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa44474 commit 87fb96dCopy full SHA for 87fb96d
1 file changed
archinstall/lib/boot.py
@@ -17,7 +17,7 @@ def __init__(self, installation: Installer):
17
18
def __enter__(self) -> 'Boot':
19
if (existing_session := storage.get('active_boot', None)) and existing_session.instance != self.instance:
20
- raise KeyError("Archinstall only supports booting up one instance, and a active session is already active and it is not this one.")
+ raise KeyError("Archinstall only supports booting up one instance and another session is already active.")
21
22
if existing_session:
23
self.session = existing_session.session
0 commit comments