We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After 4 successfull cells,
FileNotFoundError Traceback (most recent call last) [<ipython-input-5-b2c3ee9af109>](https://localhost:8080/#) in <module> 4 os.remove(zip_filename) 5 os.system(f"zip -r -j {zip_filename} results/*") ----> 6 files.download(zip_filename) [/usr/local/lib/python3.7/dist-packages/google/colab/files.py](https://localhost:8080/#) in download(filename) 207 if not _os.path.exists(filename): 208 msg = 'Cannot find file: {}'.format(filename) --> 209 raise FileNotFoundError(msg) # pylint: disable=undefined-variable 210 211 comm_manager = _IPython.get_ipython().kernel.comm_manager FileNotFoundError: Cannot find file: VRT_result.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After 4 successfull cells,
The text was updated successfully, but these errors were encountered: