possible fix for bug #15846 - _server.ign not quite working

This commit is contained in:
Elias Pschernig 2010-04-11 21:35:25 +00:00
parent 4d24d5de80
commit 238bb00d29

View file

@ -292,6 +292,8 @@ if __name__ == "__main__":
pbl = wmldata.read_file(pblfile, "PBL")
if os.path.exists(ignfile):
ign = open(ignfile).readlines()
# strip line endings and whitespace
ign = [i.strip() for i in ign]
else:
ign = [
".*",