We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If mongo isn't running, there will be a timeout error which isn't displayed. Meanwhile, we get
--------------------------------------------------------------------------- UnboundLocalError Traceback (most recent call last) <ipython-input-4-350e35eda54e> in <module>() 1 wpw = WorkerPoolWidget() ----> 2 wpw.add_pool("Laptop", 3) 3 wpw.add_pool("Cori", 32, "cori.nersc.gov") 4 wpw ~/lbl/jupyter_hpc/workflow_widgets.py in add_pool(self, name, num_workers, location) 434 ) 435 --> 436 self._pool_dict[name] = pool 437 self._pool_list.append( 438 (pool.name, pool) UnboundLocalError: local variable 'pool' referenced before assignment
which isn't very helpful if you don't know what it means.
The text was updated successfully, but these errors were encountered:
OliverEvans96
No branches or pull requests
If mongo isn't running, there will be a timeout error which isn't displayed. Meanwhile, we get
which isn't very helpful if you don't know what it means.
The text was updated successfully, but these errors were encountered: