diff options
Diffstat (limited to 'test/Fortran/SHF95FLAGS.py')
-rw-r--r-- | test/Fortran/SHF95FLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHF95FLAGS.py b/test/Fortran/SHF95FLAGS.py index f5eb326..782a495 100644 --- a/test/Fortran/SHF95FLAGS.py +++ b/test/Fortran/SHF95FLAGS.py @@ -57,7 +57,7 @@ outfile = open(out, 'wb') outfile.write(optstring + "\n") for l in infile.readlines(): if l[:len(comment)] != comment: - outfile.write(l) + outfile.write(l) sys.exit(0) """) |