Skip to content

Commit 280f619

Browse files
committed
Fix python pudb snippet.
1 parent fbd8e53 commit 280f619

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)