Skip to content
Snippets Groups Projects

Fix issue 1 - spaces in filenames cause problems

Merged Keith Gilbertson requested to merge issue1_filname_spaces into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -14,5 +14,5 @@ python /convert_all_json_to_vtt.py /incoming_mp4
# the bucket. Leave them in the local directory.
for file in *.mp4
do
aws s3 rm s3://vtwxvideocaptionuploads/$file
aws s3 rm "s3://vtwxvideocaptionuploads/$file"
done
Loading