.
This commit is contained in:
parent
424393ce49
commit
c67cccc31f
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
|
@ -44,7 +44,7 @@ def parse_colinfo(linesep):
|
|||
elif re.match(r"^=+$", sep):
|
||||
appendme = {'align': 'default', 'default-tag': 'th'};
|
||||
else:
|
||||
raise SyntaxError("bad seperator!");
|
||||
appendme = {'align': 'default', 'default-tag': 'td'};
|
||||
|
||||
print(f'appendme = {appendme}');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue