We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608f9ad commit 796fb71Copy full SHA for 796fb71
src/murfey/client/context.py
@@ -51,7 +51,7 @@ def ensure_dcg_exists(
51
session_file = metadata_source / "EpuSession.dm"
52
for h in entry_points(group="murfey.hooks"):
53
try:
54
- if h.name == "get_epu_session":
+ if h.name == "get_epu_session_metadata":
55
h.load()(session_file, environment=environment)
56
except Exception as e:
57
logger.warning(f"Get EPU session hook failed: {e}")
0 commit comments