You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixtures on their own do not follow the same pattern as doctype or customization schema.
Testing
Make changes to a fixture and observe an error like the below. (Workflow State being the example)
Traceback (most recent call last):
File "/Users/robir/bench/fsjd/frappe_schema_json_diff.py", line 443, in <module>
diff.print()
File "/Users/robir/bench/fsjd/frappe_schema_json_diff.py", line 52, in print
self.tree = self.dict_diff(
^^^^^^^^^^^^^^^
File "/Users/robir/bench/fsjd/frappe_schema_json_diff.py", line 75, in dict_diff
for bk, bk_v in base_dict.items():
^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
Description
Fixtures on their own do not follow the same pattern as doctype or customization schema.
Testing
Make changes to a fixture and observe an error like the below. (Workflow State being the example)
The text was updated successfully, but these errors were encountered: