Skip to content

Commit 1d11078

Browse files
authored
Mirror change to other call to parse_groups (#36)
1 parent 9239953 commit 1d11078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinuxPerf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function parse_pstats_options(opts)
565565
threads = true
566566
for (i, opt) in enumerate(opts)
567567
if i == 1 && !(opt isa Expr && opt.head == :(=))
568-
events = :(parse_groups($(esc(opt))))
568+
events = :($parse_groups($(esc(opt))))
569569
elseif opt isa Expr && opt.head == :(=)
570570
key, val = opt.args
571571
val = esc(val)

0 commit comments

Comments
 (0)