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
I've noticed in parser.py, at line 276 that the "file.bookmarks.name" variable is a void string while being assigned to pseud_h3_tag.
The code snippet is the following:
I've noticed in parser.py, at line 276 that the "file.bookmarks.name" variable is a void string while being assigned to pseud_h3_tag.
The code snippet is the following:
The result is that "pseud_h3_tag" is
<DT><H3></H3>
when used in the subsequent function.The fix could be the following:
The text was updated successfully, but these errors were encountered: