mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 23:46:09 +00:00
zfec: fix bug in argparse
This commit is contained in:
parent
3e1c417f81
commit
778def40d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user