Show More
@@ -3244,7 +3244,7 b' Defaulting color scheme to \'NoColor\'"""' | |||||
3244 | we have already handled that. |
|
3244 | we have already handled that. | |
3245 | """ |
|
3245 | """ | |
3246 | from IPython.lib.inputhook import enable_gui |
|
3246 | from IPython.lib.inputhook import enable_gui | |
3247 |
opts, arg = self.parse_options(parameter_s |
|
3247 | opts, arg = self.parse_options(parameter_s, '') | |
3248 | if arg=='': arg = None |
|
3248 | if arg=='': arg = None | |
3249 | return enable_gui(arg) |
|
3249 | return enable_gui(arg) | |
3250 |
|
3250 |
General Comments 0
You need to be logged in to leave comments.
Login now