Commit c1674443 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove unused argument.

parent fc880278
...@@ -40,7 +40,7 @@ class Command(object): ...@@ -40,7 +40,7 @@ class Command(object):
""" """
return False return False
def argument(self, p_number, p_error=None): def argument(self, p_number):
""" Retrieves a value from the argument list at the given position. """ """ Retrieves a value from the argument list at the given position. """
value = None value = None
try: try:
......
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