mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
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
|
||||
|
||||
|
||||
logger = logging.get_logger(__name__)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ResultDB:
|
||||
|
Loading…
Reference in New Issue
Block a user