X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=heidi;h=e708cbdf81f0629c01e4bf24554437ade0eb6776;hb=381930bcfa8b8c398b4f0dcf825c72f8fc3d1462;hp=7309da942ff9e76af23f536f14ef2cda63c79112;hpb=bce58243846a5683b77f586c7210723b47227a60;p=dak.git diff --git a/heidi b/heidi index 7309da94..e708cbdf 100755 --- a/heidi +++ b/heidi @@ -1,8 +1,8 @@ #!/usr/bin/env python # Manipulate suite tags -# Copyright (C) 2000, 2001 James Troup -# $Id: heidi,v 1.12 2002-02-12 22:14:38 troup Exp $ +# Copyright (C) 2000, 2001, 2002 James Troup +# $Id: heidi,v 1.14 2002-05-14 15:29:18 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 @@ -278,7 +278,7 @@ def main (): get_list(suite); else: Logger = logging.Logger(Cnf, "heidi"); - if file_list != []: + if file_list: for file in file_list: process_file(utils.open_file(file), suite, action); else: