-
Notifications
You must be signed in to change notification settings - Fork 192
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
Remove None values before invoking setup command #4246
Conversation
Just tested with Mohammad and it does not seem to be enough. |
damn
well yes the million dollar question: it is a mac only bug and not so easy to reproduce. But I will have a try |
It did work for me. I just had to make sure to relaunch the environment. |
Just checked - the problem is that indeed the host is set to |
The problem is here I believe: aiida-core/aiida/backends/utils.py Line 28 in b9d4bbe
That of course will set the string to ...@None... I'm not even sure if it's possible to specify the engine string if you don't have a hostname. So again my question: is it not set to (And who sets it to None rather than |
well this was my initial suggestion that seemed to work for me: #4032 (comment) |
but as mentioned below that by Leo, it may not be a global fix |
I think this can be closed in favour of #4255, @ltalirz and @giovannipizzi? |
I think so, yes. |
We think/hope this fixes #4032.
I'm not sure if there is a good unit test to confirm this? (just looking at tests/cmdline/commands/test_setup.py)