Skip to content

Commit 3257275

Browse files
committedApr 5, 2015
worker_db: get_logger -> getLogger
1 parent 1d5f467 commit 3257275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/master/worker_db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from artiq.master.results import result_dict_to_hdf5
88

99

10-
logger = logging.get_logger(__name__)
10+
logger = logging.getLogger(__name__)
1111

1212

1313
class ResultDB:

0 commit comments

Comments
 (0)
Please sign in to comment.