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 7ccc288 commit 6653a4eCopy full SHA for 6653a4e
1 file changed
archinstall/__init__.py
@@ -90,7 +90,7 @@ def define_arguments() -> None:
90
help="Skip the version check when running archinstall")
91
92
93
-if 'sphinx' not in sys.modules:
+if 'sphinx' not in sys.modules and 'pylint' not in sys.modules:
94
if '--help' in sys.argv or '-h' in sys.argv:
95
define_arguments()
96
parser.print_help()
0 commit comments