Typo in python snippets

Bug #419896 reported by Dmitry Medvinsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UltiSnips
Fix Released
Undecided
Unassigned

Bug Description

Hi, I think you have a typo in a python snippets. It's in

snippet try "Try / Except / Finally" b

There is a copy-paste from "Try / Except / Else" I think. So, the diff:

=== modified file 'UltiSnips/python.snippets'
--- UltiSnips/python.snippets 2009-08-16 14:34:54 +0000
+++ UltiSnips/python.snippets 2009-08-27 12:48:22 +0000
@@ -80,7 +80,7 @@
  ${1:pass}
 except ${2:Exception}, ${3:e}:
  ${4:raise $3}
-else:
+finally:
  ${5:pass}
 endsnippet

Related branches

Revision history for this message
SirVer (sirver) wrote :

Fixed in r184. Thanks for contributing.

Changed in ultisnips:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.