Commit 9987d65a authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix parameters of default process_flag.

parent c146d574
......@@ -46,7 +46,7 @@ class DCommand(Command):
""" Default implementation of getting specific flags. """
return ("", [])
def process_flag(self):
def process_flag(self, p_option, p_value):
""" Default implementation of processing specific flags. """
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment