Skip to content

Commit

Permalink
Remove not used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Blast545 committed Jan 22, 2020
1 parent 9a2643f commit c1c9241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_index_python/test/test_ament_index_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_package_share_directory_test(package_name, expect_prefix):

def test_get_resource_types():
set_ament_prefix_path([])
with pytest.raises(EnvironmentError) as excinfo:
with pytest.raises(EnvironmentError):
get_resource_types()

set_ament_prefix_path(['prefix1', 'prefix2'])
Expand Down

0 comments on commit c1c9241

Please sign in to comment.