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 <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
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 <[email protected]>
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 <[email protected]>
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---