Pre-format exec snippet
This commit is contained in:
parent
712f997de1
commit
723ff591ee
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# key: exec
|
||||
# name: op.get_bind.execute
|
||||
# --
|
||||
op.get_bind().execute("""
|
||||
op.get_bind().execute(
|
||||
"""
|
||||
`(progn (sqlup-mode) "")`$1
|
||||
""")
|
||||
""")
|
||||
|
|
Loading…
Reference in a new issue