Skip to content

Commit

Permalink
Change check to have model_author
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 2, 2025
1 parent 328dc91 commit d392b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_building_map_tools/pit_crew/pit_crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_missing_models(model_names, model_path=None,
" 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:
fuel_models[model_name] == author_name:
output['downloadable'].append((model_name_original,
fuel_models[model_name]))

Expand Down

0 comments on commit d392b76

Please sign in to comment.