-
Notifications
You must be signed in to change notification settings - Fork 533
[FIX] Errors parsing $DISPLAY
#2363
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
Conversation
The format for ``$DISPLAY`` is ``<host>:<display>[.<screen>]``. When screen is specified, the config object fails. This patch fixes nipy#2362
Experts on Circle and Travis: why I can't redefine environment variables ( cc @satra |
db13499
to
ba25260
Compare
I still need to find out why tests work locally (whether it is containerized or not does not really matter) but consistently fails in Travis AND Circle. This one will need to wait. |
Seems to work now! |
@oesteban Can you cancel https://circleci.com/gh/oesteban/nipype/942? |
The format for
$DISPLAY
is<host>:<display>[.<screen>]
. Whenscreen is specified, the config object fails.
This patch fixes #2362
EDIT: extra addons