Skip to content

Commit

Permalink
Fix typo in for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Apr 26, 2024
1 parent db047ab commit 3f0b2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write_primed_phenotype_inventory_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ print(workspaces)

# Loop over workspaces and pull the phenotype inventory information.
results_list <- list()
for (i in seq_along(workspaces$workspace) {
for (i in seq_along(workspaces$workspace)) {
input_table_name <- "phenotype_harmonized"

workspace = workspaces$workspace[i]
Expand Down

0 comments on commit 3f0b2f2

Please sign in to comment.