possible fix for bug #15846 - _server.ign not quite working
This commit is contained in:
parent
4d24d5de80
commit
238bb00d29
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
".*",
|
||||
|
|
Loading…
Add table
Reference in a new issue