We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc4c0e commit 604becaCopy full SHA for 604beca
dataframe_image/_browser_pdf.py
@@ -82,13 +82,14 @@ async def main(file_name, p):
82
83
def get_launch_args():
84
# temp_dir = TemporaryDirectory()
85
+ temp_dir_name = os.path.abspath(".")
86
args = [
87
"--headless",
88
"--enable-logging",
89
"--disable-gpu",
90
"--run-all-compositor-stages-before-draw",
91
"--remote-allow-origins=*",
- # f"--crash-dumps-dir={temp_dir.name}",
92
+ f"--crash-dumps-dir={temp_dir_name}",
93
"about:blank",
94
]
95
if (
0 commit comments