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 bc841a3 commit 26b4248Copy full SHA for 26b4248
lib/datasets/dataset.rb
@@ -42,7 +42,7 @@ def extract_bz2(bz2)
42
case bz2
43
when Pathname, String
44
IO.pipe do |input, output|
45
- pid = spawn("bzcat", path.to_s, {out: output})
+ pid = spawn("bzcat", bz2.to_s, {out: output})
46
begin
47
output.close
48
yield(input)
0 commit comments