Skip to content

Commit

Permalink
Absolute '/content/sample_data' (#5922)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Dec 8, 2021
1 parent a3d5f1d commit c77a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c77a5a8

Please sign in to comment.