##// END OF EJS Templates
Fix: chage parso logging level
Drunkwcodes -
Show More
@@ -15,10 +15,15 b''
15 # Python standard modules
15 # Python standard modules
16 import glob
16 import glob
17 import io
17 import io
18 import logging
18 import os
19 import os
19 import time
20 import time
20
21
21
22
23
24 # prevent jedi/parso's debug messages pipe into interactiveshell
25 logging.getLogger("parso").setLevel(logging.WARNING)
26
22 #****************************************************************************
27 #****************************************************************************
23 # FIXME: This class isn't a mixin anymore, but it still needs attributes from
28 # FIXME: This class isn't a mixin anymore, but it still needs attributes from
24 # ipython and does input cache management. Finish cleanup later...
29 # ipython and does input cache management. Finish cleanup later...
General Comments 0
You need to be logged in to leave comments. Login now