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
At the moment, Robin runs Clair3 via Docker/os.system. As a result, we get stdout and errors from Clair3 in the terminal but not in the log file. Can we log the stdout from the Docker call, e.g. with subprocess.check_output or subprocess.Popen?
The text was updated successfully, but these errors were encountered:
At the moment, Robin runs Clair3 via Docker/os.system. As a result, we get stdout and errors from Clair3 in the terminal but not in the log file. Can we log the stdout from the Docker call, e.g. with
subprocess.check_output
orsubprocess.Popen
?The text was updated successfully, but these errors were encountered: