Open Drjacky opened 2 years ago
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
After 4 successfull cells,