Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jan 23, 2024
1 parent 2844b8b commit 43900b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_building_map_tools/building_map/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def generate_sdf(
self,
input_filename,
output_filename,
output_models_dir)
output_models_dir
):
print('generating {} from {}'.format(output_filename, input_filename))

Expand Down

0 comments on commit 43900b0

Please sign in to comment.