[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-08-02 15:07:52 +03:00
parent 4d6818a1d7
commit ea94aa1a86

@ -2384,7 +2384,8 @@ def kernel_38(
video_path.encode('utf-8') video_path.encode('utf-8')
).hexdigest() ).hexdigest()
t1 = '/kaggle/working/video.mp4' t1 = '/kaggle/working/video%s.mp4' % t2
if not os.path.exists(t1): if not os.path.exists(t1):
subprocess.check_call( subprocess.check_call(
[ [