Correcting set_trace() statement
This commit is contained in:
parent
8e4036f49f
commit
b713714588
@ -470,7 +470,7 @@ import pdb; pdb.set_trace()
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet ipdb "Set IPDB breakpoint" b
|
snippet ipdb "Set IPDB breakpoint" b
|
||||||
import ipdb; pdb.set_trace()
|
import ipdb; ipdb.set_trace()
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet ae "Assert equal" b
|
snippet ae "Assert equal" b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user