Skip to content

Commit a235064

Browse files
author
Fraser Greenroyd
committed
Update Python_Engine/Python/src/python_toolkit/bhom/analytics.py
1 parent ed73fb2 commit a235064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Engine/Python/src/python_toolkit/bhom/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def wrapper(*args, **kwargs):
3434
"BHoMVersion": BHOM_VERSION,
3535
"BHoM_Guid": str(uuid4()),
3636
"CallerName": f"{module_stack}",
37-
"ComponentId": "",
37+
"ComponentId": str(uuid4()),
3838
"CustomData": {},
3939
"Errors": [],
4040
"FileId": "",

0 commit comments

Comments
 (0)