forked from M-Labs/artiq
worker_db: get_logger -> getLogger
This commit is contained in:
parent
1d5f467da7
commit
3257275782
|
@ -7,7 +7,7 @@ from artiq.protocols.pc_rpc import Client, BestEffortClient
|
||||||
from artiq.master.results import result_dict_to_hdf5
|
from artiq.master.results import result_dict_to_hdf5
|
||||||
|
|
||||||
|
|
||||||
logger = logging.get_logger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class ResultDB:
|
class ResultDB:
|
||||||
|
|
Loading…
Reference in New Issue