We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0e3cc commit b1dea8aCopy full SHA for b1dea8a
1 file changed
src/specify_cli/integrations/catalog.py
@@ -618,7 +618,7 @@ def scripts(self) -> List[str]:
618
619
@property
620
def tools(self) -> List[Dict[str, Any]]:
621
- return self.data.get("requires", {}).get("tools", [])
+ return self.data.get("requires", {}).get("tools") or []
622
623
def get_hash(self) -> str:
624
"""SHA-256 hash of the descriptor file."""
0 commit comments