LuaSnip: Fix python snippet for logging
This commit is contained in:
parent
6fa48b6380
commit
e01bcbb176
1 changed files with 2 additions and 2 deletions
|
|
@ -66,9 +66,9 @@ ls.add_snippets("python", {
|
|||
s({ trig = "logevent", dscr = "Import necessary logging utils" },
|
||||
fmt(
|
||||
[[
|
||||
_log.{}('{}' * 60))
|
||||
_log.{}('{}' * 60)
|
||||
_log.{}({})
|
||||
_log.{}('{}' * 60))
|
||||
_log.{}('{}' * 60)
|
||||
]],
|
||||
{
|
||||
c(1, { t "error", t "warning", t "info" }),
|
||||
|
|
|
|||
Loading…
Reference in a new issue