You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't define a master pseudoclock (or any devices), you get this obtuse thing:
#!python
Traceback (most recent call last):
File "/home/bilbo/Desktop/user_scripts/labscriptlib/spinor/__init__.py", line 8, in <module>
start()
File "/home/bilbo/bitbucket_clones/labscript/labscript.py", line 1593, in start
master_pseudoclock, = [pseudoclock for pseudoclock in all_pseudoclocks if pseudoclock.is_master_pseudoclock]
ValueError: need more than 0 values to unpack
This is pretty simple, let's put a better error message there if stop() gets called and there is no master pseudoclock
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
If you don't define a master pseudoclock (or any devices), you get this obtuse thing:
This is pretty simple, let's put a better error message there if
stop()
gets called and there is no master pseudoclockThe text was updated successfully, but these errors were encountered: