Skip to content

Commit da283d4

Browse files
fixed curl call
1 parent a2daf48 commit da283d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def convert_and_post_process(
290290
[
291291
"curl",
292292
"-F",
293-
"userfile=@${output_pdf_file}",
293+
"userfile=@"+output_pdf_file,
294294
"-H",
295295
"Expect:",
296296
"-o",

0 commit comments

Comments
 (0)