C1W4 Getting error - [Errno 2] No such file or directory: '/tmp/h-or-s/'

metadata seems to be a file (it has the “tags” keyword), refreshed the workspace, still getting the same thing.

I was looking at some of the posts with similar issues and found this and I think my notebook is missing the following code -

from os import path, getcwd, chdir
path = f"{getcwd()}/…/tmp2/happy-or-sad.zip"

zip_ref = zipfile.ZipFile(path, ‘r’)
zip_ref.extractall("/tmp/h-or-s")
zip_ref.close()

I did try to manually add them but it doesn’t seem to work either.