GitHub user miurahr opened a pull request:

    https://github.com/apache/cloudstack-cloudmonkey/pull/3

    Fix KeyError: 'TERM' when no TERM exist

    There is no TERM environment variable if CLI is called from python script 
in docker container.
    It cause ```KeyError: 'TERM'``` because it does not check an environment 
variable existence.
    
    Signed-off-by: Hiroshi Miura <miur...@linux.com>
    Signed-off-by: Hiroshi Miura <miur...@nttdata.co.jp>

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

    $ git pull https://github.com/nttdata-osscloud/cloudstack-cloudmonkey 
fix_keyerror_term

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

    https://github.com/apache/cloudstack-cloudmonkey/pull/3.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 #3
    
----
commit 7c345045d7113b74d93160925baa5797ce13e3d8
Author: Hiroshi Miura <miur...@linux.com>
Date:   2015-05-08T06:42:53Z

    Fix KeyError: 'TERM' when no TERM exist
    
    - There is no TERM variable called from script
      in docker guest.
      It cause KeyError: 'TERM'.
    
    Signed-off-by: Hiroshi Miura <miur...@linux.com>

----


---
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