Absolute '/content/sample_data' (#5922)
Browse files- utils/__init__.py +1 -1
utils/__init__.py
CHANGED
@@ -19,7 +19,7 @@ def notebook_init(verbose=True):
|
|
19 |
from IPython import display # to display images and clear console output
|
20 |
|
21 |
if is_colab():
|
22 |
-
shutil.rmtree('sample_data', ignore_errors=True) # remove colab /sample_data directory
|
23 |
|
24 |
if verbose:
|
25 |
# System info
|
|
|
19 |
from IPython import display # to display images and clear console output
|
20 |
|
21 |
if is_colab():
|
22 |
+
shutil.rmtree('/content/sample_data', ignore_errors=True) # remove colab /sample_data directory
|
23 |
|
24 |
if verbose:
|
25 |
# System info
|