labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

fix list_device in python3. #361

Closed kylinzzx closed 5 years ago

kylinzzx commented 5 years ago

list() is called on the generator object zip(xxx). fix #360