##// END OF EJS Templates
Document IPYTHON_SUPPRESS_CONFIG_ERRORS....
Matthias Bussonnier -
Show More
@@ -55,6 +55,17 b' under :file:`profile_default`. If you want the default config files for the'
55 :mod:`IPython.parallel` applications, add ``--parallel`` to the end of the
55 :mod:`IPython.parallel` applications, add ``--parallel`` to the end of the
56 command-line args.
56 command-line args.
57
57
58 .. note::
59
60 By default IPython will ignore any invalid configuration files, or any
61 unknown configuration option.
62
63 .. versionadded:: 5.0
64
65 IPython can be configured to abort in case of invalid configuration file.
66 To do so set the environment variable ``IPYTHON_SUPPRESS_CONFIG_ERRORS`` to
67 `'1'` or `'true'`
68
58
69
59 Locating these files
70 Locating these files
60 --------------------
71 --------------------
General Comments 0
You need to be logged in to leave comments. Login now