Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest release of vulture (Dec 8) finds error in numpy/f2py/tests/util.py #27941

Copy link
Copy link
Closed
@charris

Description

@charris
Issue body actions

See https://github.com/numpy/numpy/actions/runs/12226281360/job/34101383557. I think it is due to an indentation error:

        except subprocess.CalledProcessError:
            pytest.skip("meson not present, skipping compiler dependent test", allow_module_level=True)
        return runmeson.returncode == 0
    finally:
        shutil.rmtree(tmpdir)
    return False

Perhaps return runmeson.returncode == 0 should be indented?

The last line should probably just be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.