Skip to content

Commit

Permalink
chore(bidsify.R): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntz committed Nov 25, 2024
1 parent c1786f0 commit d0c90de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/bidsify.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,10 @@ bidsify <- function(eyeris, save_all = TRUE, epochs_list = NULL,
}
}

report_output <- make_report(eyeris, report_path, fig_paths,
report_output <- make_report(
eyeris,
report_path,
fig_paths,
sub = sub, ses = ses, task = task, run = run
)

Expand Down

0 comments on commit d0c90de

Please sign in to comment.