Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

WIP: Bugfix: 'NoneType' object has no attribute 'get_transport' #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP: Bugfix: 'NoneType' object has no attribute 'get_transport' #227

wants to merge 1 commit into from

Commits on May 17, 2017

  1. Bugfix: 'NoneType' object has no attribute 'get_transport'

    - partly refactored method `ClouderModel.__execute`
    - `SSHEnvironment.__getattr__`: if we define getattr we do not need to
    call *super* method, because __getattr__ is called only if attribute is
    not found by other methods, such as: __dict__ lookup, __getattribute__,
    etc.
       - [SO question](http://stackoverflow.com/questions/3278077/difference-between-getattr-vs-getattribute)
       - [Py documentation](https://docs.python.org/2/reference/datamodel.html#object.__getattr__)
    katyukha committed May 17, 2017
    Configuration menu
    Copy the full SHA
    5110400 View commit details
    Browse the repository at this point in the history