diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-18 00:45:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-18 00:45:25 +0100 |
| commit | bb3f377bac197562ab815804e19bb1be916da732 (patch) | |
| tree | e68c628f0bdd1c12e89196de833a341e30ba5b64 /doc | |
| parent | b61fcbaaf3528dfaf1167fc547134b404f18de43 (diff) | |
Add another place to look for verifier message uses.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/verifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/verifier.py b/doc/manual/verifier.py index 2ebb5582f..3c2dad13f 100644 --- a/doc/manual/verifier.py +++ b/doc/manual/verifier.py @@ -30,7 +30,7 @@ def find_type(name): it represents an error, Bv2.1 "error", warning or "this is OK" note. """ previous = '' - for source in ["verify_j2k.cc", "dcp.cc", "verify.cc", "cpl.cc"]: + for source in ["verify_j2k.cc", "dcp.cc", "verify.cc", "cpl.cc", "pkl.cc"]: path = libdcp / "src" / source with open(path) as s: for line in s: |
