Correctly populate version in config (#3693)

This commit is contained in:
Daniel Girtler 2025-07-29 20:30:17 +00:00 committed by GitHub
parent 91609c16b5
commit 1ba9d0371a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ class ArchConfigHandler:
try:
self._config = ArchConfig.from_config(config, args)
self._config.version = self._get_version()
except ValueError as err:
warn(str(err))
exit(1)