labscript-suite / blacs

𝗯𝗹𝗮𝗰𝘀 supervises the execution of experiments controlled by the 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦. It manages experiment queuing and hardware-timed execution, and provides manual control over devices between shots.
http://labscriptsuite.org
Other
4 stars 48 forks source link

BLACs Recompile Error: "None type object has no attribute file no" #100

Open Lufter opened 1 year ago

Lufter commented 1 year ago

We noticed one error after recompiling the connection table and restarting it, Traceback (most recent call last): File "C:lUsers\labadmin\labscript-suite\env\lib\site-package\blacs\ main.py", line 71, in <module> logger = setup_logging(BLACS) File "C:\Users\labadmin\labscript-suitel\labscript_utils\setup_logging.py", line 60, in setup_logging stdout_fileno = sys.stdout.fileno/) AttributeError: 'NoneType' object has no attribute 'fileno.

I can always restart BLACs again by clicking on the icon. But this might be an interesting problem to solve.