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

Add 'import time' to IPython/parallel/apps/launcher.py as time.sleep is called without time being imported #723

Merged
merged 0 commits into from Aug 23, 2011

Conversation

bjedwards
Copy link
Contributor

In a recent commit time.sleep(self.delay) was added to
LocalEngineSetLauncher.start() and SSHEngineSetLauncher.start()
but time was never imported causing ipcluster and anything that
calls the engine launcher to fail. Added the import line.

@minrk minrk merged commit 90e6e7a into ipython:master Aug 23, 2011
@minrk
Copy link
Member

minrk commented Aug 23, 2011

Thanks!

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