I am developing a flask app that scans a directory on local disk and performs some file operations. It works very well in Windows, but when I deploy to DigitalOcean (Linux) it gives the following error:
for file in os.scandir(path):
FileNotFoundError: [Errno 2] No such file or directory...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.