Skip to content

Commit d13a524

Browse files
committed
add one more newline
1 parent e6d6923 commit d13a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg-descript.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def main():
306306
os.chdir(output_dir)
307307
shared_zip_name = '-'.join(executables) + '-shared-' + getPlatformMachineVersion() + '.zip'
308308
args = ['/usr/bin/zip', '--symlinks', '-r', os.path.join('..', shared_zip_name), '.']
309-
build_ffmpeg_log_file.write(' '.join(args))
309+
build_ffmpeg_log_file.write(' '.join(args) + '\n')
310310
subprocess.check_output(args)
311311

312312
build_ffmpeg_log_file.write('\nEnd of build-ffmpeg-descript.py\n')

0 commit comments

Comments
 (0)