Skip to content

Commit 796fb71

Browse files
committed
Rename hook
1 parent 608f9ad commit 796fb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def ensure_dcg_exists(
5151
session_file = metadata_source / "EpuSession.dm"
5252
for h in entry_points(group="murfey.hooks"):
5353
try:
54-
if h.name == "get_epu_session":
54+
if h.name == "get_epu_session_metadata":
5555
h.load()(session_file, environment=environment)
5656
except Exception as e:
5757
logger.warning(f"Get EPU session hook failed: {e}")

0 commit comments

Comments
 (0)