summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-04-27 21:58:37 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-04-27 21:58:37 +0200
commitd8562ac124c5ce128a64b7dcd3f5cf6984204bde (patch)
treebaa2edcfca2503fff5d43d287612b359b003fb7c
parent809cc4c48218f7a17579307b22b1ca1ebcf78ab7 (diff)
downloadarchweb-d8562ac124c5ce128a64b7dcd3f5cf6984204bde.tar.gz
archweb-d8562ac124c5ce128a64b7dcd3f5cf6984204bde.zip
populate_signoffs: remove unused arguments
-rw-r--r--packages/management/commands/populate_signoffs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/management/commands/populate_signoffs.py b/packages/management/commands/populate_signoffs.py
index 50763cd0..217eff97 100644
--- a/packages/management/commands/populate_signoffs.py
+++ b/packages/management/commands/populate_signoffs.py
@@ -32,9 +32,6 @@ class Command(BaseCommand):
help = """Pull the latest commit message from SVN for a given package that
is signoff-eligible and does not have an existing comment attached"""
- def add_arguments(self, parser):
- parser.add_argument('args', nargs='*', help='<arch> <filename>')
-
def handle(self, **options):
v = int(options.get('verbosity', None))
if v == 0: