Skip to content

Commit

Permalink
Lint error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Apr 11, 2024
1 parent 9bbc290 commit 7ba3ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clearpath_generator_robot/test/test_generator_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class TestRobotLaunchGenerator:

def test_samples(self):
errors = []
share_dir = get_package_share_directory("clearpath_config")
sample_dir = os.path.join(share_dir, "sample")
share_dir = get_package_share_directory('clearpath_config')
sample_dir = os.path.join(share_dir, 'sample')
for sample in os.listdir(sample_dir):
# Create Clearpath Directory
src = os.path.join(sample_dir, sample)
Expand Down
4 changes: 2 additions & 2 deletions clearpath_generator_robot/test/test_generator_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class TestRobotLaunchGenerator:

def test_samples(self):
errors = []
share_dir = get_package_share_directory("clearpath_config")
sample_dir = os.path.join(share_dir, "sample")
share_dir = get_package_share_directory('clearpath_config')
sample_dir = os.path.join(share_dir, 'sample')
for sample in os.listdir(sample_dir):
# Create Clearpath Directory
src = os.path.join(sample_dir, sample)
Expand Down

0 comments on commit 7ba3ab6

Please sign in to comment.