From: zooko Date: Thu, 9 Aug 2007 18:10:58 +0000 (+0530) Subject: zfec: fix bug in argparse X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=1f7010be78a69136eda263d2a7a350816f207b68;p=tahoe-lafs%2Fzfec.git zfec: fix bug in argparse darcs-hash:040e8b77c16154bf61afbda8d1cc72a9aec9fba8 --- diff --git a/zfec/zfec/util/argparse.py b/zfec/zfec/util/argparse.py index 8b273b7..33e4427 100644 --- a/zfec/zfec/util/argparse.py +++ b/zfec/zfec/util/argparse.py @@ -890,7 +890,7 @@ class _ActionsContainer(object): description, conflict_handler): superinit = super(_ActionsContainer, self).__init__ - superinit(description=description) + superinit() self.description = description self.conflict_handler = conflict_handler