Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f471056

Browse files
committed
(py-process-filter): py-delete-file-silently is obsolete. Use a
py-safe wrapped delete-file call instead.
1 parent 3b3ff4e commit f471056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/python-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ Electric behavior is inhibited inside a string or comment."
10161016
(set-buffer curbuf)
10171017
(if file-finished
10181018
(progn
1019-
(py-delete-file-silently (car py-file-queue))
1019+
(py-safe (delete-file (car py-file-queue)))
10201020
(setq py-file-queue (cdr py-file-queue))
10211021
(if py-file-queue
10221022
(py-execute-file pyproc (car py-file-queue)))))

0 commit comments

Comments
 (0)