From: Mark Hymers Date: Mon, 26 Oct 2009 10:18:15 +0000 (+0000) Subject: NULL is None, not "" X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=7c8701f5f53da7f78153453b44079f0d8ffe336e NULL is None, not "" Signed-off-by: Mark Hymers --- diff --git a/dak/control_overrides.py b/dak/control_overrides.py index 0c5947e3..befc35d2 100755 --- a/dak/control_overrides.py +++ b/dak/control_overrides.py @@ -138,7 +138,7 @@ def process_file(file, suite, component, otype, mode, action, session): if line == "": continue - maintainer_override = "" + maintainer_override = None if otype == "dsc": split_line = line.split(None, 2) if len(split_line) == 2: