We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b55f0d commit 6eaefe3Copy full SHA for 6eaefe3
1 file changed
sublime_python.py
@@ -385,8 +385,8 @@ def show_python_not_found_error(python_detectors):
385
msg +
386
"\n"
387
"\"Do Not Show Again\" suppresses this dialog until next launch. "
388
- "\"More Info\" shows help for configuring Python or permanently suppressing this dialog."
389
- , "More Info", "Do Not Show Again"
+ "\"More Info\" shows help for configuring Python or permanently suppressing this dialog.",
+ "More Info", "Do Not Show Again"
390
)
391
# In case the user takes more than 10 seconds to react to the dialog
392
LAST_ERROR_TIME = time.time()
0 commit comments