aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/update-copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 12ce4c0..2d85e64 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -594,7 +594,7 @@ class TestsuiteFilter (GenericFilter):
if filename == 'README' and os.path.basename (dir) == 'params':
return True
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
- return True
+ return True
return GenericFilter.skip_file (self, dir, filename)
class LibCppFilter (GenericFilter):