Commit 207dbb06 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

format

parent 6d282e03
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -44,7 +44,15 @@ def pic_to_tiled_tiff(
            source
        )  # pdftoppm adds .tif extension already...
        status = call(
            ["pdftoppm", "-singlefile", "-tiff", source, "-r", str(dpi), pdftoppm_dest]
            [
                "pdftoppm",
                "-singlefile",
                "-tiff",
                source,
                "-r",
                str(dpi),
                pdftoppm_dest,
            ]
        )
    else:
        status = call(