From a462ae5a3900fbd2158c05de6d53dedc278e422a Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 16 Sep 2012 18:33:27 +0200 Subject: [PATCH] =?utf8?q?daklib/checks.py:=20typo:=20unpribgroup=20?= =?utf8?q?=E2=86=92=20unprivgroup?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- daklib/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/checks.py b/daklib/checks.py index 25cbb8f0..8111ef75 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -604,7 +604,7 @@ class LintianCheck(Check): changespath = os.path.join(upload.directory, changes.filename) try: - if cnf.unpribgroup: + if cnf.unprivgroup: cmd = "sudo -H -u {0} -- /usr/bin/lintian --show-overrides --tags-from-file {1} {2}".format(cnf.unprivgroup, temp_filename, changespath) else: cmd = "/usr/bin/lintian --show-overrides --tags-from-file {0} {1}".format(temp_filename, changespath) -- 2.39.2