Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚚 Append .raw to the downloaded file name #147

Merged
merged 4 commits into from
May 20, 2023
Merged

🚚 Append .raw to the downloaded file name #147

merged 4 commits into from
May 20, 2023

Commits on Aug 26, 2022

  1. Append .raw to the downloaded file name

    Files with an extension are more easily filterable by wildcards than files with none. It is also more consistent with having an extension for each file type.
    Glutexo committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8b9aae5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Test create_file_name

    Glutexo committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    05f5b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    276b28d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Rename 'downloader_suffix' to 'suffix'

    his commit changes the variable name from 'downloader_suffix' to 'suffix' in the relevant test code. This helps avoid the implication that we are using more than one suffix in this test, which could lead to confusion. It also aligns the naming convention in this test with that in the production code, where 'suffix' is used in the same context.
    Glutexo committed May 20, 2023
    Configuration menu
    Copy the full SHA
    56fed27 View commit details
    Browse the repository at this point in the history