X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fpoolize.py;h=5b7ffbf64b2cdaf82b11cbb33436104e40b573cb;hb=8ecb9ff76c84bb82f9289b03ce79aaa939ea2d82;hp=1a445eab0d3ea7b093ea2d1942ff93913c977f86;hpb=e2ae71066cbb134753d7bfceb16e87d0b76dfd6e;p=dak.git diff --git a/dak/poolize.py b/dak/poolize.py old mode 100755 new mode 100644 index 1a445eab..5b7ffbf6 --- a/dak/poolize.py +++ b/dak/poolize.py @@ -141,8 +141,8 @@ def main (): Cnf = daklib.utils.get_conf() for i in ["help", "limit", "no-action", "verbose" ]: - if not Cnf.has_key("Poolize::Options::%s" % (i)): - Cnf["Poolize::Options::%s" % (i)] = "" + if not Cnf.has_key("Poolize::Options::%s" % (i)): + Cnf["Poolize::Options::%s" % (i)] = "" Arguments = [('h',"help","Poolize::Options::Help"), @@ -190,4 +190,3 @@ UNION SELECT l.path, f.filename, f.id as files_id, null as component if __name__ == '__main__': main() -