Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild')
-rw-r--r--sjhbuild/depscheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/depscheck.py b/sjhbuild/depscheck.py
index 4a9e01e..74c37e4 100644
--- a/sjhbuild/depscheck.py
+++ b/sjhbuild/depscheck.py
@@ -19,7 +19,7 @@ class cmd_depscheck(Command):
help=_('script friendly output')),
])
- def run(self, config, options, args):
+ def run(self, config, options, args, help=None):
deps = sysdeps.get_packages()
missing_deps = []
for package, source_ in deps: