Commit c09cfd1a authored by Bram Schoenmakers's avatar Bram Schoenmakers

Raise NotImplementedError for parse_flag.

parent 14b8d769
......@@ -42,7 +42,7 @@ class MultiCommand(ExpressionCommand):
def process_flag(self, p_option, p_value):
""" Default implementation of processing specific flags. """
pass
raise NotImplementedError
def _process_flags(self):
opts, long_opts = self.get_flags()
......
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