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
Currently if you run sparse and something with leiningen hangs, you frequently don't actually see what happened because stdout isn't being flushed. The fix should be as simple as just adding a bunch of sys.stdout.flush() calls.
The text was updated successfully, but these errors were encountered:
Currently if you run sparse and something with leiningen hangs, you frequently don't actually see what happened because stdout isn't being flushed. The fix should be as simple as just adding a bunch of
sys.stdout.flush()
calls.The text was updated successfully, but these errors were encountered: