Skip to content

Commit

Permalink
forget to return result on check_duplicates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 8, 2017
1 parent 9055b37 commit c68da8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def main(infile):
print_test('checking with %s'%(matcher.tags))
sources = [x for x in sources if matcher.matches(x)]
ret = ret & check_duplicates(sources)
return ret

if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Checks whether rosdep files contains duplicate ROS rules')
Expand Down

0 comments on commit c68da8d

Please sign in to comment.