Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jan 2, 2025
1 parent aaa7a83 commit 328dc91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmf_building_map_tools/pit_crew/pit_crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def get_missing_models(model_names, model_path=None,
logger.warning("Model %s in local model directory"
" is not by the requested author %s!"
% (model_name, author_name))
elif model_name in fuel_models and fuel_models[model_name] == model_name_original:
elif model_name in fuel_models and \
fuel_models[model_name] == model_name_original:
output['downloadable'].append((model_name_original,
fuel_models[model_name]))

Expand Down

0 comments on commit 328dc91

Please sign in to comment.