We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b543d8e commit b9470c9Copy full SHA for b9470c9
1 file changed
activity_browser/actions/activity/activity_sdf_to_clipboard.py
@@ -31,7 +31,7 @@ def run(activities: List[tuple | int | bd.Node]):
31
for product in activity.products():
32
exchanges += product.virtual_exchanges
33
else:
34
- exchanges += [exc.to_dict() for exc in activity.exchanges()]
+ exchanges += [exc.as_dict() for exc in activity.exchanges()]
35
36
df = bwutils.exchanges_to_sdf(exchanges)
37
df.to_clipboard(excel=True, index=False)
0 commit comments