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 c374a6b commit 0c15f8fCopy full SHA for 0c15f8f
src/murfey/client/context.py
@@ -52,7 +52,11 @@ 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, token=token)
+ h.load()(
56
+ destination_dir=session_file.parent,
57
+ environment=environment,
58
+ token=token,
59
+ )
60
except Exception as e:
61
logger.warning(f"Get EPU session hook failed: {e}")
62
else:
0 commit comments