Skip to content

Commit

Permalink
Crank: return True when evaluation mode is already PG
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Jun 27, 2024
1 parent 442de07 commit 3cfe266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/scripts/mgear/crank/crank_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,8 @@ def check_evaluation_mode(self):
pm.displayInfo("Evaluation mode remains as Parallel.")
return False

return True

###########################
# Callback
###########################
Expand Down

0 comments on commit 3cfe266

Please sign in to comment.