diff --git a/doc/autobuild.py b/doc/autobuild.py index 4f028a4f0..e20478da3 100644 --- a/doc/autobuild.py +++ b/doc/autobuild.py @@ -64,7 +64,7 @@ from kivy.factory import Factory BE_QUIET = False for arg in sys.argv: if "silenced=" in arg: - arg.split("=")[1] == "yes": + if arg.split("=")[1] == "yes": BE_QUIET = True # force loading of all classes from factory