You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing some stuff using Grocery and used this folder to create the models.
grocery = Grocery('/Users/rahulkumar/Desktop/')
When i executed grocery.save() it deleted all the files from the Desktop folder and now i have nothing left on the folder.
I checked the log and it performed os.rmdir() operation on that folder.
Please fix this workflow. It's very crucial.
Also, i am not sure if I can recover my files.
The text was updated successfully, but these errors were encountered:
Hi Developers,
I was testing some stuff using Grocery and used this folder to create the models.
grocery = Grocery('/Users/rahulkumar/Desktop/')
When i executed
grocery.save()
it deleted all the files from the Desktop folder and now i have nothing left on the folder.I checked the log and it performed os.rmdir() operation on that folder.
Please fix this workflow. It's very crucial.
Also, i am not sure if I can recover my files.
The text was updated successfully, but these errors were encountered: