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 f85b540 commit a3da4cfCopy full SHA for a3da4cf
bag_tools/scripts/bag_tools/make_video.py
@@ -81,4 +81,4 @@ def create_video(tmp_dir, args):
81
import traceback
82
traceback.print_exc()
83
rospy.loginfo('Cleaning up temp files...')
84
- #shutil.rmtree(tmp_dir)
+ shutil.rmtree(tmp_dir)
0 commit comments