Show More
@@ -217,7 +217,7 class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin): | |||
|
217 | 217 | if text: |
|
218 | 218 | was_newline = text[-1] == '\n' |
|
219 | 219 | text = self._prompt_transformer.transform_cell(text) |
|
220 | if not was_newline: # user don't need newline | |
|
220 | if not was_newline: # user doesn't need newline | |
|
221 | 221 | text = text[:-1] |
|
222 | 222 | QtGui.QApplication.clipboard().setText(text) |
|
223 | 223 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now