Skip to content

Commit 478ff64

Browse files
Fix output image file names to include subcommand name after prior code refactor broke it
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent e7eef3c commit 478ff64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sim/animations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def handle_animations(scene: Scene) -> None:
3737
)
3838
image_file_name = (
3939
"git-sim-"
40-
+ inspect.stack()[1].function
40+
+ inspect.stack()[2].function
4141
+ "_"
4242
+ t
4343
+ "."

0 commit comments

Comments
 (0)