Fix warnings

This commit is contained in:
James R. Barlow
2019-05-14 16:34:42 -07:00
parent c904b430b6
commit b10285d11b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ def metadata_fixup(working_file, context):
not_copied = set(meta_original.keys()) - set(meta.keys())
if not_copied:
if options.output_type.startswith('pdfa'):
context.log.warn(
context.log.warning(
"Some input metadata could not be copied because it is not "
"permitted in PDF/A. You may wish to examine the output "
"PDF's XMP metadata."