btleyden / gslab_python

Python tools for GSLab
MIT License
0 stars 0 forks source link

Build process hangs when starting log #5

Open btleyden opened 1 year ago

btleyden commented 1 year ago

When running run.py, the build process hangs due to a write to sys.stdout when starting a log.

Specifics:

This seems to be a broader issue with stdout, but I'm not sure whether it's due to using a newer version of Python, or some change in the machines I'm using. This needs to be investigated further and fixed. A quick fix to avoid holding up work is to comment out the line, but a real fix needs to be implemented/reviewed before shipping anything with this system.