• Guillaume Seguin's avatar
    Harden get_eta against race conditions · 97327dfd
    Guillaume Seguin authored
    get_eta could be called from statuschecker thread after self.p.printing
    was set to True but before startcb was called in print thread, thus
    leaving compute_eta uninitialized
    97327dfd
pronsole.py 75.1 KB