Ignore whether or not textonly_pdf was used in cache

The difference doesn't matter in 7.0.0 anymore.
This commit is contained in:
James R. Barlow
2018-06-23 02:58:26 -07:00
parent b7ff821fa3
commit bf96171b65
+2
View File
@@ -116,6 +116,8 @@ def main():
yield Path(args.imagename).name
elif arg == args.outputbase:
yield Path(args.outputbase).name
elif arg == '-c' or arg.startswith('textonly'):
pass
else:
yield arg