1
0
mirror of synced 2026-02-01 22:52:40 +00:00

Merge pull request #3243 from nakengelhardt/fix_aiw_comment

smtbmc: ignore # comment lines
This commit is contained in:
Miodrag Milanović
2022-03-24 17:25:09 +01:00
committed by GitHub

View File

@@ -492,7 +492,7 @@ if aimfile is not None:
got_state = True
for entry in f.read().splitlines():
if len(entry) == 0 or entry[0] in "bcjfu.":
if len(entry) == 0 or entry[0] in "bcjfu.#":
continue
if not got_state: