Skip to content
Snippets Groups Projects
Commit d9abaac2 authored by Anne Philipp's avatar Anne Philipp
Browse files

after tarball check, applied: dos2unix conversion, some spell corrections, TAB to Space correction

parent 83949d4d
No related branches found
No related tags found
No related merge requests found
Showing
with 775 additions and 776 deletions
# Minimal makefile for Sphinx documentation # Makefile for Sphinx documentation
# #
# You can set these variables from the command line. # You can set these variables from the command line.
......
...@@ -131,7 +131,6 @@ disable=print-statement, ...@@ -131,7 +131,6 @@ disable=print-statement,
relative-import, relative-import,
protected-access protected-access
# Enable the message, report, category or checker with the given id(s). You can # Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option # either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where # multiple time (only on the command line, not in the configuration file where
......
...@@ -146,7 +146,7 @@ def test_mr_content_equality(mr_old, mr_new): ...@@ -146,7 +146,7 @@ def test_mr_content_equality(mr_old, mr_new):
if mr_new[col].equals(mr_old[col]): if mr_new[col].equals(mr_old[col]):
lresult = True lresult = True
else: else:
err_msg += 'Unconsistency happend to be in column: ' + col + '\n' err_msg += 'Inconsistency in column: ' + col + '\n'
print("THERE SEEMS TO BE AN ERROR:") print("THERE SEEMS TO BE AN ERROR:")
print("CONTENT OF NEW VERSION:") print("CONTENT OF NEW VERSION:")
print(mr_new[col]) print(mr_new[col])
...@@ -320,7 +320,7 @@ if __name__ == '__main__': ...@@ -320,7 +320,7 @@ if __name__ == '__main__':
else: else:
f.write('... ' + c + ' ... FAILED!' + '\n') f.write('... ' + c + ' ... FAILED!' + '\n')
if err_msg: if err_msg:
f.write('... \t' + err_msg + '\n') f.write('... ' + err_msg + '\n')
exit exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment