Skip to content

Commit

Permalink
Mirror change to other call to parse_groups (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Jan 12, 2024
1 parent 9239953 commit 1d11078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinuxPerf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ function parse_pstats_options(opts)
threads = true
for (i, opt) in enumerate(opts)
if i == 1 && !(opt isa Expr && opt.head == :(=))
events = :(parse_groups($(esc(opt))))
events = :($parse_groups($(esc(opt))))
elseif opt isa Expr && opt.head == :(=)
key, val = opt.args
val = esc(val)
Expand Down

0 comments on commit 1d11078

Please sign in to comment.