Squash final todos for SmartScan refactor
This commit is contained in:
parent
7d83aadf8d
commit
f9fcdf628b
6 changed files with 62 additions and 40 deletions
|
|
@ -12,7 +12,6 @@ import subprocess
|
|||
import os
|
||||
from io import TextIOWrapper
|
||||
import shlex
|
||||
import time
|
||||
|
||||
import labthings_fastapi as lt
|
||||
|
||||
|
|
@ -289,12 +288,6 @@ class FinalStitcher(BaseStitcher):
|
|||
# Stop opening pipe blocking writing to it
|
||||
os.set_blocking(process.stdout.fileno(), False)
|
||||
|
||||
# TODO check if we still want this? Is it for debugging, or should it have
|
||||
# more explanation.
|
||||
self.logger.info(
|
||||
time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(time.time()))
|
||||
)
|
||||
|
||||
self._log_ongoing(process, cancel=cancel)
|
||||
|
||||
if process.poll() == 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue