We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7eef3c commit 478ff64Copy full SHA for 478ff64
git_sim/animations.py
@@ -37,7 +37,7 @@ def handle_animations(scene: Scene) -> None:
37
)
38
image_file_name = (
39
"git-sim-"
40
- + inspect.stack()[1].function
+ + inspect.stack()[2].function
41
+ "_"
42
+ t
43
+ "."
0 commit comments