[ckan-changes] [ckan/ckan] 681c7f: Typo in variable name: bgase.abort( )--> base.abor...

GitHub noreply at github.com
Tue Jul 10 12:08:53 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 681c7f8130ea0d345755987fe5eaf3d8e9b3c175
      https://github.com/ckan/ckan/commit/681c7f8130ea0d345755987fe5eaf3d8e9b3c175
  Author: cclauss <cclauss at bluewin.ch>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M ckan/views/resource.py

  Log Message:
  -----------
  Typo in variable name: bgase.abort( )--> base.abort()

flake8 testing of https://github.com/ckan/ckan on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./ckan/views/dataset.py:531:27: F821 undefined name 'unicode'
          exc_str = unicode(repr(e.args))
                    ^
./ckan/views/dataset.py:533:27: F821 undefined name 'unicode'
          exc_str = unicode(str(e))
                    ^
./ckan/views/dataset.py:663:27: F821 undefined name 'unicode'
          exc_str = unicode(repr(e.args))
                    ^
./ckan/views/dataset.py:665:27: F821 undefined name 'unicode'
          exc_str = unicode(str(e))
                    ^
./ckan/views/resource.py:575:20: F821 undefined name 'bgase'
      return bgase.abort(
             ^
5     F821 undefined name 'unicode'
5
```


  Commit: e276c56b999c4056121476fc7d4fb862f01f2837
      https://github.com/ckan/ckan/commit/e276c56b999c4056121476fc7d4fb862f01f2837
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M ckan/views/resource.py

  Log Message:
  -----------
  Merge pull request #4325 from cclauss/patch-5

Typo in variable name: bgase.abort( )--> base.abort()


Compare: https://github.com/ckan/ckan/compare/d7efea1d0e27...e276c56b999c
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list