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 extra files path type hint #18958

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

davelopez
Copy link
Contributor

Detected by pylance while working on #17614

image

The type of extra_files_path will resolve to Any/None otherwise. Fixing this revealed other typing issues downstream.

How to test the changes?

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@davelopez davelopez added kind/refactoring cleanup or refactoring of existing code, no functional changes area/backend labels Oct 9, 2024
@github-actions github-actions bot added this to the 24.2 milestone Oct 9, 2024
@nsoranzo

This comment was marked as resolved.

@davelopez davelopez force-pushed the fix_extra_files_path_type_hint branch from 2b70e05 to 422221d Compare October 10, 2024 10:48
@davelopez
Copy link
Contributor Author

Finally all green! Thank you @nsoranzo for all the CI fixes!

@nsoranzo nsoranzo merged commit 90cbbfa into galaxyproject:dev Oct 10, 2024
53 checks passed
@davelopez davelopez deleted the fix_extra_files_path_type_hint branch October 10, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants