Skip to content

markup remover: add removal of comments

Yvon requested to merge cyrildtm/changes:patch-1 into master

Editing markup removal script (pymergechanges.py)

  1. Include "comments".
  2. Fix indentation - For some reason all my white spaces were converted to tabs. While adding additional code for "comments", I tried, for easy fix, to change MY white spaces to tabs, but it was too difficult and I messed up. As required by PEP 8, Python code should use four-space for indentation.

Cross link: Issue #47 (closed)

Edited by Yvon

Merge request reports