From: Torsten Werner Date: Tue, 6 Jul 2010 05:15:05 +0000 (+0000) Subject: call check_deb() with correct arguments X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=ee3ced73edb8966b262cf276b7fd5cd2152b6dc7 call check_deb() with correct arguments Signed-off-by: Torsten Werner --- diff --git a/dak/examine_package.py b/dak/examine_package.py index 29611114..402e26cc 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -579,7 +579,7 @@ def main (): elif f.endswith(".deb") or f.endswith(".udeb"): # default to unstable when we don't have a .changes file # perhaps this should be a command line option? - check_deb('unstable', file) + check_deb('unstable', f) elif f.endswith(".dsc"): check_dsc('unstable', f) else: