Skip to content

Commit c7d174a

Browse files
Print output image/video location after completing simulation
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent 98385f9 commit c7d174a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git_sim/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ def main():
265265
os.path.join(config.media_dir, "images"), image_file_name
266266
)
267267
cv2.imwrite(image_file_path, image)
268+
print("Output image location:", image_file_path)
269+
else:
270+
print("Output video location:", scene.renderer.file_writer.movie_file_path)
268271

269272
if not args.disable_auto_open:
270273
try:

0 commit comments

Comments
 (0)