summaryrefslogtreecommitdiff
path: root/src/flake8/checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/flake8/checker.py')
-rw-r--r--src/flake8/checker.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flake8/checker.py b/src/flake8/checker.py
index d331b0c..57fd896 100644
--- a/src/flake8/checker.py
+++ b/src/flake8/checker.py
@@ -167,7 +167,8 @@ class Manager(object):
if (utils.is_windows() and
not utils.can_run_multiprocessing_on_windows()):
- LOG.warning('The --jobs option is only available on Windows on '
+ LOG.warning('The --jobs option is not available on Windows due to'
+ ' a bug (https://bugs.python.org/issue27649) in '
'Python 2.7.11+ and 3.3+. We have detected that you '
'are running an unsupported version of Python on '
'Windows. Ignoring --jobs arguments.')