fixed infinite recursion with type attribute of product asset NEXT: write Asset.logs and Asset.get_logs_of_type(type)

This commit is contained in:
2024-11-02 20:54:10 +01:00
parent a91a2750c9
commit ba5afc852b
4 changed files with 13 additions and 35 deletions

6
test.py Normal file
View File

@@ -0,0 +1,6 @@
import neofarm.lib as neo
if __name__ == "__main__":
asset = neo.Asset.Product.from_id("4abf4918-5d08-4694-8e14-35a6dedceb72")
name = asset.name
print(name)