Use named argument for main_decorator.
This commit is contained in:
parent
886ab74a15
commit
3876e7b02a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
from voussoirkit import operatornotify
|
||||
|
||||
# Put this above main
|
||||
@operatornotify.main_decorator('$1')
|
||||
@operatornotify.main_decorator(subject='$1')
|
||||
]]></content>
|
||||
<tabTrigger>operatornotify_mainlog</tabTrigger>
|
||||
<scope>source.python</scope>
|
||||
|
|
Loading…
Reference in a new issue