Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 10, 2024
1 parent 1e86097 commit ce106d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/python_parse.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ fn parse(
let assert Ok(output_json_string) =
shellout.command(run: "uv", with: arguments, in: ".", opt: [])

let assert Ok(processed_strings) =
let assert Ok(parsed_strings) =
json.decode(output_json_string, dynamic.list(of: dynamic.string))

processed_strings
parsed_strings
|> list.map(fn(value) {
case value {
"ValueError" -> Error(Nil)
Expand Down

0 comments on commit ce106d9

Please sign in to comment.