Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3ff4e commit f471056Copy full SHA for f471056
1 file changed
Misc/python-mode.el
@@ -1016,7 +1016,7 @@ Electric behavior is inhibited inside a string or comment."
1016
(set-buffer curbuf)
1017
(if file-finished
1018
(progn
1019
- (py-delete-file-silently (car py-file-queue))
+ (py-safe (delete-file (car py-file-queue)))
1020
(setq py-file-queue (cdr py-file-queue))
1021
(if py-file-queue
1022
(py-execute-file pyproc (car py-file-queue)))))
0 commit comments