Skip to content

Commit 9bd7d83

Browse files
authored
Merge pull request #354 from igordejanovic/fix-pudb-snippet
Fix python pudb snippet
2 parents fbd8e53 + 280f619 commit 9bd7d83

File tree

1 file changed

+1
-1
lines changed
  • snippets/python-mode

1 file changed

+1
-1
lines changed

snippets/python-mode/pudb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# key: pudb
44
# group: debug
55
# --
6-
import pudb; pu.db
6+
import pudb; pudb.set_trace()

0 commit comments

Comments
 (0)