Skip to content

Commit

Permalink
better info report for reload operator
Browse files Browse the repository at this point in the history
  • Loading branch information
samytichadou committed Sep 25, 2024
1 parent cf8baab commit 81e6305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reload_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def execute(self, context):
elif self.behavior == "cache_files":
reload.reload_cache_files(obj_to_reload)

self.report({'INFO'}, f"{self.behavior} modified datas reloaded")
self.report({'INFO'}, f"{self.behavior.capitalize()} modified datas reloaded")

return {"FINISHED"}

Expand Down

0 comments on commit 81e6305

Please sign in to comment.