Skip to content

Commit a571010

Browse files
committed
debug
1 parent 933a901 commit a571010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jupyter-test.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,8 +2052,8 @@ Latex(r'$\\alpha$')"
20522052
(set-buffer-multibyte nil)
20532053
(insert-file-contents-literally file)
20542054
(base64-encode-region (point-min) (point-max) line-breaks)
2055-
(goto-char (point-max))
2056-
(insert "\n")
2055+
;; (goto-char (point-max))
2056+
;; (insert "\n")
20572057
(buffer-substring-no-properties (point-min) (point-max)))))
20582058
(image-file-name (jupyter-org-image-file-name data "png")))
20592059
(unwind-protect

0 commit comments

Comments
 (0)