★ wanayoo — archive 1999 https://github.com/tmux-python/libtmux/issues/259Nouvelle recherche | Portail wanayoo
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

Cannot set environemnt variables which have `-t` in their words #259

Open
jpninanjohn opened this issue Jan 30, 2020 · 0 comments
Open

Cannot set environemnt variables which have `-t` in their words #259

jpninanjohn opened this issue Jan 30, 2020 · 0 comments

Comments

@jpninanjohn
Copy link

@jpninanjohn jpninanjohn commented Jan 30, 2020

Due to this issue we cannot have any args with -t in them. A quick workaround would be to check for -t with == instead of in. Like this ->
if not any('-t' == text_type(x) for x in args):

This will not affect any args like variable-temp ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.