Skip to content

Commit 000499e

Browse files
committed
explicitly ensure that pb's logger is created in mcdr entrypoint
1 parent 0436c25 commit 000499e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

prime_backup/mcdr/mcdr_globals.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ def __init():
2525

2626

2727
def load():
28-
pass
28+
from prime_backup import logger
29+
logger.get()

0 commit comments

Comments
 (0)