Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix KeyError: 'TERM' when no TERM exist #3

Closed
wants to merge 1 commit into from
Closed

Fix KeyError: 'TERM' when no TERM exist #3

wants to merge 1 commit into from

Conversation

miurahr
Copy link
Contributor

@miurahr miurahr commented May 8, 2015

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 miurahr@linux.com
Signed-off-by: Hiroshi Miura miurahr@nttdata.co.jp

- There is no TERM variable called from script
  in docker guest.
  It cause KeyError: 'TERM'.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
@rohityadavcloud
Copy link
Member

LGTM. Thanks for the patch @miurahr merging now.

@asfgit asfgit closed this in 4a982dd May 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants