Rapidfire hanging, continues with `enter`

I use FireWorks from within some python code. Launched with:

rapidfire(launchpad, nlaunches=-1, sleep_time=5,
              m_dir=config['fireworksdb']['logdir'])

and another process hands workflows to the queue with launchpad.add_wf(wf). I’m having a problem where I have a workflow complete and then it just hangs. What’s strange is that if I hit enter with focus on the console, it actually keeps going properly and moves on to the next workflow. Wondering if this is a known “gotcha” or if I should be looking into my the code.

Thanks
Vincent

Hi Vincent,

Strange, I never saw this. What OS and console are you running with? Most of my testing has been either with MacOS/Terminal or Linux, and wouldn’t know as well about different types of Windows consoles, for example.