2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

worker_db: get_logger -> getLogger

This commit is contained in:
Sebastien Bourdeauducq 2015-04-05 18:02:07 +08:00
parent 1d5f467da7
commit 3257275782

View File

@ -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: