Skip to content

Commit

Permalink
Update interface_tester/collector.py
Browse files Browse the repository at this point in the history
Co-authored-by: PietroPasotti <[email protected]>
  • Loading branch information
IronCore864 and PietroPasotti authored Sep 6, 2024
1 parent 39e88e1 commit 9a6966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface_tester/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _gather_charms_for_version(version_dir: Path) -> Optional[_InterfacesDotYaml

providers = charms.get("providers") or []
requirers = charms.get("requirers") or []
maintainers = charms.get("maintainers", "")
maintainers = charms.get("maintainers") or ""

if not isinstance(providers, list) or not isinstance(requirers, list):
raise TypeError(
Expand Down

0 comments on commit 9a6966d

Please sign in to comment.