You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some reports failure unless with following changes.
in ewcust.py, change if re.match(r'sLanguage.*', line):
to beginning with four spaces explicitly if re.match(r' sLanguage.*', line):
and change 2->3 & 3->4 in element numbering afterwards
The text was updated successfully, but these errors were encountered:
Some reports failure unless with following changes.
in ewcust.py, change
if re.match(r'sLanguage.*', line):
to beginning with four spaces explicitly
if re.match(r' sLanguage.*', line):
and change 2->3 & 3->4 in element numbering afterwards
The text was updated successfully, but these errors were encountered: