Skip to content

Commit 389b7a5

Browse files
committed
Replace no longer existing sublime API call
1 parent 22ff9e0 commit 389b7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def hook(av):
10141014
failure += av.file_name()
10151015

10161016
if setting("debug"):
1017-
if not sublime.question_box("%s\n\n\n" % failure):
1017+
if not sublime.ok_cancel_dialog("%s\n\n\n" % failure):
10181018
self.routine = None
10191019

10201020
return sublime.set_clipboard(failure)

0 commit comments

Comments
 (0)