Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Nov 15, 2024
1 parent bdc9f87 commit 6cebc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions free_fleet_adapter/free_fleet_adapter/fleet_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def main(argv=sys.argv):

fleet_handle = adapter.add_easy_fleet(fleet_config)
assert fleet_handle is not None, \

Check warning on line 132 in free_fleet_adapter/free_fleet_adapter/fleet_adapter.py

View check run for this annotation

Codecov / codecov/patch

free_fleet_adapter/free_fleet_adapter/fleet_adapter.py#L131-L132

Added lines #L131 - L132 were not covered by tests
"Failed to create EasyFullControl fleet, \
please verify that the fleet config is valid."
'Failed to create EasyFullControl fleet, \
please verify that the fleet config is valid.'

# Initialize zenoh
zenoh_config = zenoh.Config.from_file(args.zenoh_config) \

Check warning on line 137 in free_fleet_adapter/free_fleet_adapter/fleet_adapter.py

View check run for this annotation

Codecov / codecov/patch

free_fleet_adapter/free_fleet_adapter/fleet_adapter.py#L137

Added line #L137 was not covered by tests
Expand Down

0 comments on commit 6cebc33

Please sign in to comment.