Skip to content

Commit c374a6b

Browse files
committed
EPU metadata hook needs the token to access machine config
1 parent b01c93d commit c374a6b

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
@@ -52,7 +52,7 @@ def ensure_dcg_exists(
5252
for h in entry_points(group="murfey.hooks"):
5353
try:
5454
if h.name == "get_epu_session_metadata":
55-
h.load()(session_file, environment=environment)
55+
h.load()(session_file, environment=environment, token=token)
5656
except Exception as e:
5757
logger.warning(f"Get EPU session hook failed: {e}")
5858
else:

0 commit comments

Comments
 (0)