X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=natalie;h=456840fe0bf2be901d2d5d136e0b60fe6ee1ed3a;hb=8e9a5d533c8458eaca33266208f6c347d66dfeef;hp=74b59f802672e9277acdf6460d7c02f861324eaa;hpb=f22f57084bb5a6c4b30cd2dfcd138c9976db7fbf;p=dak.git diff --git a/natalie b/natalie index 74b59f80..456840fe 100755 --- a/natalie +++ b/natalie @@ -2,7 +2,7 @@ # Manipulate override files # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: natalie,v 1.1 2002-05-08 11:15:38 troup Exp $ +# $Id: natalie,v 1.2 2002-05-14 15:33:51 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -245,7 +245,7 @@ def main (): list(suite, component, type); else: Logger = logging.Logger(Cnf, "natalie"); - if file_list != []: + if file_list: for file in file_list: process_file(utils.open_file(file), suite, component, type); else: