Skip to content

Commit

Permalink
Test if an empty args is the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 23, 2024
1 parent 01b272f commit 04c2c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sifdecoder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function sifdecoder(
run(
pipeline(
Cmd(
`$(SIFDecode_jll.sifdecoder_standalone()) $(args) $(prec) $(path_sifname)`,
`$(SIFDecode_jll.sifdecoder_standalone()) $(prec) $(path_sifname)`,
ignorestatus = true,
),
stdout = outlog,
Expand Down

0 comments on commit 04c2c76

Please sign in to comment.