Skip to content

Commit

Permalink
Update batch_conversion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino authored Aug 28, 2020
1 parent b3e4405 commit 28490a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, sourcePath, outPath):
}

def update_and_convert(self):
# Make sure all configs exist and are up to date, then convert all URDF files
"""Make sure all configs exist and are up to date, then convert all URDF files."""
self.check_all_configs()
self.convert_all_urdfs()
self.print_end_report()
Expand Down

0 comments on commit 28490a8

Please sign in to comment.