Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-06-28 11:59:21 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-06-28 11:59:21 (GMT)
commit6d18860526d02ab7c7b201d9b7a0a254960145a8 (patch)
tree0961de00a123383f95e89c574b4fd4ebdadc66cd /scripts
parent1a92b928d6e21182ba25e3dc5b4523d32054796c (diff)
Some fixes.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/report.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/report.py b/scripts/report.py
index 3afba52..6ceb1d2 100644
--- a/scripts/report.py
+++ b/scripts/report.py
@@ -134,7 +134,7 @@ class ReleaseReport(object):
pass
class ReviewsReport(object):
- def __init__(self, config, args):
+ def __init__(self, config):
self._requested = {}
self._approved = {}
self._rejected = {}
@@ -214,7 +214,7 @@ class cmd_report(Command):
def __init__(self):
Command.__init__(self, [
- make_option('-t', '--t', action='store',
+ make_option('-t', '--type', action='store',
dest='type', default=None,
help='specify the report type'),
make_option('-s', '--sendto', action='append',