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: Handle NonSupportedFeature exception for pipes #660

Merged
merged 3 commits into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. Old tango servers don't support the pipe API when used with PyTango v…

    …ersions less than 9. Since we don't support pipes yet anyway, we should handle this exception and move on.
    burkeds committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6ffc8fc View commit details
    Browse the repository at this point in the history
  2. Fixed linting. NonSupportedFeature is not a recognizable import symbo…

    …l because of something in pytango so type checking needs to ignore it.
    burkeds committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0d8c085 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Trigger CI/CD pipeline

    burkeds committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ce38869 View commit details
    Browse the repository at this point in the history