update packages
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: try
|
||||
# key: try
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
try:
|
||||
$0
|
||||
except ${1:Exception}:
|
||||
$2
|
||||
$2
|
||||
|
||||
Reference in New Issue
Block a user