Removed requirement for root for pylint (#3138)

This commit is contained in:
Anton Hvornum 2025-01-22 19:46:44 +01:00 committed by GitHub
parent 7ccc288b14
commit 6653a4e5a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def define_arguments() -> None:
help="Skip the version check when running archinstall")
if 'sphinx' not in sys.modules:
if 'sphinx' not in sys.modules and 'pylint' not in sys.modules:
if '--help' in sys.argv or '-h' in sys.argv:
define_arguments()
parser.print_help()