Skip to content

Commit

Permalink
Merge remote-tracking branch 'autorope/main' into install_with_pip
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Dec 12, 2023
2 parents 1d9d6b0 + 5f57151 commit 8d255ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/management/makemovie.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def init_salient(self, model):
output_name.append(layer.name)
layer_idx.append(i)

if output_name is []:
if output_name == []:
print("Failed to find the model layer named with 'out'. Skipping salient.")
return False

Expand Down

0 comments on commit 8d255ee

Please sign in to comment.