Skip to content

Commit 40c6eed

Browse files
author
David Noble
committed
Generate command template update
The generate method takes one, not two arguments. Signed-off-by: David Noble <[email protected]>
1 parent a9707e7 commit 40c6eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/searchcommands_template/bin/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class %(command.title())Command(GeneratingCommand):
3232
3333
"""
3434
@Configuration()
35-
def generate(self, events):
35+
def generate(self):
3636
# Put your event code here
3737
pass
3838

0 commit comments

Comments
 (0)