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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user