Skip to content

Commit a5de772

Browse files
author
Christophe CHAUVET
committed
[ADD] In Python
- ctx -> ctx = context.copy()
1 parent 7859ed0 commit a5de772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python.snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ snippet log Warning
513513
logger.warning('${1}')
514514
snippet log Error
515515
logger.error('${1}')
516+
snippet ctx
517+
ctx = context.copy()
516518
#
517519
# Other python declaration
518520
#

0 commit comments

Comments
 (0)