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

Fix Python install warnings #1545

Merged
merged 5 commits into from
Oct 11, 2023
Merged

Commits on Oct 10, 2023

  1. Fix Cleanup of IceStorm DB Files

    The 'dbbir' variable was only initialized when 'createDb' is set to true. This resulted in
    files being left behind in the IceStorm/persistence test when using two instances, as
    shown in the following code snippet:
    
    ```python
    icestorm1 = IceStorm(createDb=True, cleanDb=False)
    icestorm2 = IceStorm(createDb=False, cleanDb=True)
    ```
    pepone committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0ebacbb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix python install warnings

    pepone committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    94a299e View commit details
    Browse the repository at this point in the history
  2. Missing new line

    pepone committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1aa869e View commit details
    Browse the repository at this point in the history
  3. cleanup

    pepone committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    95deb7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb9200 View commit details
    Browse the repository at this point in the history