Skip to content

minor rendering cli output error for fetch_player_stats_afl #185

@davescroggs

Description

@davescroggs

Hi James,

Just found a bracket in the wrong spot in line 15 of the fetch_player_stats_afl function meaning the val unicode doesn't render in the console. It's such a minor fix I thought it wasn't worth a pull request.

Current code
cli_id2 <- cli::cli_process_start("Fetching player stats for {.val {length(ids)} match{?es}}.")

Suggested code
cli_id2 <- cli::cli_process_start("Fetching player stats for {.val {length(ids)}} match{?es}.")

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions