From c77a5a84e3c6083d4e707d2e252c1499e294495c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 8 Dec 2021 17:31:31 +0100 Subject: [PATCH] Absolute '/content/sample_data' (#5922) --- utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/__init__.py b/utils/__init__.py index ff93fd760..4658ed647 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -19,7 +19,7 @@ def notebook_init(verbose=True): from IPython import display # to display images and clear console output if is_colab(): - shutil.rmtree('sample_data', ignore_errors=True) # remove colab /sample_data directory + shutil.rmtree('/content/sample_data', ignore_errors=True) # remove colab /sample_data directory if verbose: # System info