Show More
@@ -421,7 +421,7 b' Defaulting color scheme to \'NoColor\'"""' | |||
|
421 | 421 | opts, arg = self.parse_options(parameter_s, '') |
|
422 | 422 | if arg=='': arg = None |
|
423 | 423 | try: |
|
424 | return self.enable_gui(arg) | |
|
424 | return self.shell.enable_gui(arg) | |
|
425 | 425 | except Exception as e: |
|
426 | 426 | # print simple error message, rather than traceback if we can't |
|
427 | 427 | # hook up the GUI |
General Comments 0
You need to be logged in to leave comments.
Login now