]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix use of array concatenation 9543/head
authorgrahambenharper <grahambenharper@gmail.com>
Mon, 17 Feb 2020 19:22:44 +0000 (12:22 -0700)
committergrahambenharper <grahambenharper@gmail.com>
Mon, 17 Feb 2020 19:22:44 +0000 (12:22 -0700)
contrib/utilities/checkdoxygen.py

index 4a43942d97427b8b917b8d4d6c306fbfb00ee020..4de75128e20e8e516cd0f1a8b18326f2c5c49c98 100755 (executable)
@@ -119,7 +119,7 @@ if 'intro.dox' in args[0]:
     fstep.close()
 
     fres = open(resultsname)
-    lines.append(fres.readlines())
+    lines += fres.readlines()
     fres.close()
     
     # check the file group

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.