Skip to content

Commit

Permalink
worker_db: get_logger -> getLogger
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 5, 2015
1 parent 1d5f467 commit 3257275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/master/worker_db.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
from artiq.master.results import result_dict_to_hdf5


logger = logging.get_logger(__name__)
logger = logging.getLogger(__name__)


class ResultDB:

0 comments on commit 3257275

Please sign in to comment.