Skip to content

Commit

Permalink
Fix failing command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Feb 17, 2020
1 parent ac1bfc4 commit c91e908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datumaro/datumaro/cli/contexts/project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def print_extractor_info(extractor, indent=''):
print_extractor_info(subset, indent=" ")

print("Models:")
for model_name, model in env.config.models.items():
for model_name, model in config.models.items():
print(" model '%s':" % model_name)
print(" type:", model.launcher)

Expand Down

0 comments on commit c91e908

Please sign in to comment.