mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Correct CLI arg type and annotation (#84664)
This commit is contained in:
@@ -364,4 +364,4 @@ class CoverageCombineConfig(CoverageConfig):
|
||||
self.stub: bool = args.stub
|
||||
|
||||
# only available to coverage combine
|
||||
self.export: str = args.export if 'export' in args else False
|
||||
self.export: str | None = args.export if 'export' in args else None
|
||||
|
||||
Reference in New Issue
Block a user