Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed Jan 31, 2024
1 parent e1df3de commit 1602906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarp/plugins/sample_processors/htsinfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def process( # pylint: disable=arguments-differ
LOGGER.debug(f"Command: {cmd}")
executor.run(cmd=cmd)
records_new = stp.read(
path=content.samples_out,
path=Path(content.samples_out),
mapping=map_zarp_to_model,
)
return records_new
Expand Down

0 comments on commit 1602906

Please sign in to comment.