##// END OF EJS Templates
Format error message for %paste more clearly.
Thomas Kluyver -
Show More
@@ -617,7 +617,7 b' class TerminalInteractiveShell(InteractiveShell):'
617 617 except TryNext as clipboard_exc:
618 618 message = getattr(clipboard_exc, 'args')
619 619 if message:
620 error(message)
620 error(message[0])
621 621 else:
622 622 error('Could not get text from the clipboard.')
623 623 return
General Comments 0
You need to be logged in to leave comments. Login now