From c33a844e5fc7f5c478cf39b7b9e320dfae001757 Mon Sep 17 00:00:00 2001 From: micbou Date: Tue, 15 Nov 2016 11:15:16 +0100 Subject: [PATCH] Fix flake8 error --- python/ycm/youcompleteme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ycm/youcompleteme.py b/python/ycm/youcompleteme.py index 67110bf8..2f5b070e 100644 --- a/python/ycm/youcompleteme.py +++ b/python/ycm/youcompleteme.py @@ -59,6 +59,7 @@ def PatchNoProxy(): os.environ['no_proxy'] = ( additions if not current_value else current_value + ',' + additions ) + # We need this so that Requests doesn't end up using the local HTTP proxy when # talking to ycmd. Users should actually be setting this themselves when # configuring a proxy server on their machine, but most don't know they need to