Loading diffoscope/presenters/html/html.py +2 −1 Original line number Diff line number Diff line Loading @@ -718,6 +718,7 @@ class HTMLPresenter(Presenter): path = score[3] diff_path = output_diff_path(path) pagename = md5(diff_path) if diff_path: logger.debug('html output for %s', diff_path) ancestor = ancestors.pop(node, None) Loading Loading
diffoscope/presenters/html/html.py +2 −1 Original line number Diff line number Diff line Loading @@ -718,6 +718,7 @@ class HTMLPresenter(Presenter): path = score[3] diff_path = output_diff_path(path) pagename = md5(diff_path) if diff_path: logger.debug('html output for %s', diff_path) ancestor = ancestors.pop(node, None) Loading