pull/994/merge
Sergey 3 weeks ago committed by GitHub
commit a9f8663747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,7 +110,7 @@ def _connect_local(spec):
return { return {
'method': 'local', 'method': 'local',
'kwargs': { 'kwargs': {
'python_path': spec.python_path(), 'python_path': spec.python_path(rediscover_python=True),
} }
} }

Loading…
Cancel
Save