diff --git a/misc/tests/test-parameters.py b/misc/tests/test-parameters.py index ea8815f5eb..9da0ea9b40 100644 --- a/misc/tests/test-parameters.py +++ b/misc/tests/test-parameters.py @@ -2,7 +2,7 @@ HELP = """\ Check that parameters for the command line features match the parameters of the C++ constructors. -Use txt2tags to compare the parameters mentioned in the wiki to the parameters in the corresponding .cc file. +Use txt2tags to compare the parameters mentioned in the wiki to the parameters in the corresponding .cc file. """ import argparse @@ -209,9 +209,6 @@ def main2(cc_files, cwd): print(error) sys.exit(1) - - - def main(): """ Currently, we only check that the parameters in the Constructor in the .cc file