minor fix for test_simulator

This commit is contained in:
maliakal_d 2023-11-10 11:39:03 +01:00
parent e57cf49c49
commit 7f0868f344

View File

@ -4,7 +4,7 @@
This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers. This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers.
''' '''
import argparse import argparse
import os, sys, subprocess, time, colorama, signal, psutil import os, sys, subprocess, time, colorama, signal
from colorama import Fore from colorama import Fore
from slsdet import Detector, detectorType, detectorSettings from slsdet import Detector, detectorType, detectorSettings