diff --git a/python/helpers/pycharm/_jb_pytest_runner.py b/python/helpers/pycharm/_jb_pytest_runner.py index e71afb592d41..8a9374480b76 100644 --- a/python/helpers/pycharm/_jb_pytest_runner.py +++ b/python/helpers/pycharm/_jb_pytest_runner.py @@ -67,8 +67,7 @@ if __name__ == '__main__': args += ["--no-header", "--no-summary", "-q"] if JB_DISABLE_BUFFERING and "-s" not in args: - args += ["-s"] - + args += ["-s"] jb_doc_args("pytest", args)