Skip to content
New issue

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

FileNotFoundError on subsequent calls to flush #1

Open
epistemery opened this issue Mar 11, 2016 · 2 comments
Open

FileNotFoundError on subsequent calls to flush #1

epistemery opened this issue Mar 11, 2016 · 2 comments

Comments

@epistemery
Copy link

When deleting a property of an instance of PersistentFolder and calling flush on the churro instance more than once, the second call fails throwing a 'FileNotFoundError'. This happens because _save asks acidfs to remove the file twice, which, of course, fails. Here's a Test Case for this issue.

@chrisrossi
Copy link
Owner

Hi, I had no idea anyone was using this! This was an interesting idea to me, but I never wound up using it and wound up starting over with a similar idea with 'Dumpling', although that's not quite ready for prime time, yet. (Mostly for lack of documentation at this point.) I no longer actively maintain 'Churro', but if you're using it, feel free to take it over and maintain it. I can also potentially be hired as a consultant to help you get something up and running for your org.

@epistemery
Copy link
Author

Oh, I see. We'll see how far it goes. We're using it at a public university, so I think there's no real money to be made in consulting - I'm sorry :) I will do my best to fix this and other issues in my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants