Skip to content

Commit

Permalink
chore: refactor according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Sep 6, 2024
1 parent 9a6966d commit ba63e78
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 @@ -277,7 +277,7 @@ def gather_test_spec_for_version(
"schema": schemas.get("requirer"),
"charms": charms.get("requirers", []) if charms else [],
},
"maintainers": charms.get("maintainers", "") if charms else "",
"maintainers": charms.get("maintainers") or "" if charms else "",
}


Expand Down

0 comments on commit ba63e78

Please sign in to comment.