Changeset 67e7eca in rtems-central
- Timestamp:
- 07/28/22 10:45:12 (16 months ago)
- Branches:
- master
- Children:
- e9edd7f
- Parents:
- 91234d7
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/28/22 10:45:12)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/28/22 10:45:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsspec/items.py
r91234d7 r67e7eca 764 764 def save_data(self, path: str, data: Any) -> None: 765 765 """ Saves the item data to the file specified by path. """ 766 print('save-data', path, data)767 766 with open(path, "w") as file: 768 767 data2 = {}
Note: See TracChangeset
for help on using the changeset viewer.