mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Silence byte compiler
This commit is contained in:
parent
d49256d708
commit
ea0d186007
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ Do this for the current cell."
|
|||
(make-string (if (> len 4) len 4) ? ))))))
|
||||
|
||||
(cl-defmethod jupyter-handle-error ((client jupyter-repl-client)
|
||||
req ename evalue traceback)
|
||||
req ename _evalue traceback)
|
||||
(when req
|
||||
(setq traceback (concat (mapconcat #'identity traceback "\n") "\n"))
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue