Skip to content

Commit a3da4cf

Browse files
author
aba
committed
Of course, we must clear the tmp folder...
1 parent f85b540 commit a3da4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bag_tools/scripts/bag_tools/make_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def create_video(tmp_dir, args):
8181
import traceback
8282
traceback.print_exc()
8383
rospy.loginfo('Cleaning up temp files...')
84-
#shutil.rmtree(tmp_dir)
84+
shutil.rmtree(tmp_dir)

0 commit comments

Comments
 (0)