From 0e826c02b1b738e687e6a162267f6c2666b39198 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak <siarheisiniak@yahoo.com> Date: Wed, 28 Jul 2021 10:59:53 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index b438017..8dfe02c 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1676,7 +1676,7 @@ def kernel_27(): import pprint t5 = '/kaggle/working/ATL AT TOR - April 19, 2015-T0MUK91ZWys.mp4' - t3 = 'kernel_27-output.dir' + t3 = '/kaggle/working/kernel_27-output.dir' os.makedirs(t3, exist_ok=True) for i in tqdm.tqdm(range(100)): t1 = [5 * i, 5 * i + 5]