Fix python pudb snippet.

This commit is contained in:
Igor Dejanovic 2019-11-12 12:09:19 +01:00
parent fbd8e533a5
commit 280f6196ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# key: pudb
# group: debug
# --
import pudb; pu.db
import pudb; pudb.set_trace()