You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/01/12 18:28:01 UTC

[jira] [Commented] (BEAM-12991) Fix pylint warning: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)

    [ https://issues.apache.org/jira/browse/BEAM-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474816#comment-17474816 ] 

Beam JIRA Bot commented on BEAM-12991:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Fix pylint warning: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
> ------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-12991
>                 URL: https://issues.apache.org/jira/browse/BEAM-12991
>             Project: Beam
>          Issue Type: Task
>          Components: sdk-py-core, testing
>            Reporter: Benjamin Gonzalez
>            Priority: P2
>              Labels: stale-P2
>
> The warning "raise-missing-from" from pylint (2.11.1) is temporarily disabled because in many places already exists logic to inform the user about the underlying error, so it's redundant to use the "{{from"}} syntax as well.
> The "form" syntax is preferable, but we need to look over the exceptions to dedupe this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)