From 6b65d96fe101517592820f6e9b0efa64d575a294 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 4 Dec 2017 06:32:54 +0100 Subject: [PATCH] Reformat comment --- scripts/link_pyqt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/link_pyqt.py b/scripts/link_pyqt.py index 82f8cbac5..ad7d45383 100644 --- a/scripts/link_pyqt.py +++ b/scripts/link_pyqt.py @@ -205,7 +205,7 @@ def main(): args = parser.parse_args() if args.tox: - #workaround for the lack of negative factors in tox.ini + # Workaround for the lack of negative factors in tox.ini if 'LINK_PYQT_SKIP' in os.environ: print('LINK_PYQT_SKIP set, exiting...') sys.exit(0)