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 b01c93d commit c374a6bCopy full SHA for c374a6b
src/murfey/client/context.py
@@ -52,7 +52,7 @@ def ensure_dcg_exists(
52
for h in entry_points(group="murfey.hooks"):
53
try:
54
if h.name == "get_epu_session_metadata":
55
- h.load()(session_file, environment=environment)
+ h.load()(session_file, environment=environment, token=token)
56
except Exception as e:
57
logger.warning(f"Get EPU session hook failed: {e}")
58
else:
0 commit comments