GitHub user cclauss opened a pull request:

    https://github.com/apache/beam/pull/3805

    Fix typo in variable name: window_fn --> windowfn

    `window_fn` is an undefined name in this context while `windowfn` is a 
parameter to this function and is used in three lines above and in the line 
just below.
    
     flake8 testing of https://github.com/apache/beam on Python 2.7.13
    
    $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source 
--statistics__
    ```
    ./sdks/python/apache_beam/transforms/core.py:1363:15: F821 undefined name 
'window_fn'
                  window_fn, windowfn.get_window_coder()))
                  ^
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cclauss/beam patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3805.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3805
    
----
commit 8b85bd753ad353d6be008b77871d75e6c2a40161
Author: cclauss <ccla...@bluewin.ch>
Date:   2017-09-03T18:10:52Z

    Fix typo in variable name: window_fn --> windowfn
    
    `window_fn` is an undefined name in this context while `windowfn` is a 
parameter to this function and is used in three lines above and the line just 
after.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to