We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5657ee2 commit dc6aa4aCopy full SHA for dc6aa4a
1 file changed
src/murfey/client/context.py
@@ -104,9 +104,10 @@ def ensure_dcg_exists(
104
return None
105
106
if session_file is None:
107
+ dcg_tag = "/".join(metadata_source.parts).replace("//", "/")
108
dcg_data = {
109
"experiment_type_id": experiment_type_id,
- "tag": metadata_source,
110
+ "tag": dcg_tag,
111
}
112
elif not session_file.is_file():
113
logger.warning(f"Cannot find session file {str(session_file)}")
0 commit comments