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