Show More
@@ -1546,7 +1546,7 b' class InteractiveShell(SingletonConfigurable, Magic):' | |||||
1546 | # line, there may be SyntaxError cases with imported code. |
|
1546 | # line, there may be SyntaxError cases with imported code. | |
1547 | self.showsyntaxerror(filename) |
|
1547 | self.showsyntaxerror(filename) | |
1548 | elif etype is UsageError: |
|
1548 | elif etype is UsageError: | |
1549 |
|
|
1549 | self.write_err("UsageError: %s" % value) | |
1550 | else: |
|
1550 | else: | |
1551 | # WARNING: these variables are somewhat deprecated and not |
|
1551 | # WARNING: these variables are somewhat deprecated and not | |
1552 | # necessarily safe to use in a threaded environment, but tools |
|
1552 | # necessarily safe to use in a threaded environment, but tools |
General Comments 0
You need to be logged in to leave comments.
Login now