Skip to content

Commit c77a5a8

Browse files
authored
Absolute '/content/sample_data' (#5922)
1 parent a3d5f1d commit c77a5a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def notebook_init(verbose=True):
1919
from IPython import display # to display images and clear console output
2020

2121
if is_colab():
22-
shutil.rmtree('sample_data', ignore_errors=True) # remove colab /sample_data directory
22+
shutil.rmtree('/content/sample_data', ignore_errors=True) # remove colab /sample_data directory
2323

2424
if verbose:
2525
# System info

0 commit comments

Comments
 (0)