Writing out files raises FileNotFoundError #445
Closed
Comments
I can't reproduce this on Mac. I suspect it should have the qt label. |
True, this is probably qt-specific |
I can't repro this in Mac/QT either. Perhaps this has to do with the fact that he has automatic backups set up. I'll try repro-ing it that way. -d. |
I'd be surprised if it had anything to do with autosaves |
This crash is reproducible by manually entering a path for a destination filename for which the enclosing folder doesn't exist. For example, if I enter I don't see any other way to reproduce the crash than by manually typing a directory name as part of the destination name. @AndrejAleksic is that what happened for you? |
hsoft
added a commit
that referenced
this issue
Dec 24, 2015
Instead, create that folder and save afterwards. fixes #445
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Standard Save works "td_bank.moneyguru", but when "save as" or export of any type is atempted, FileNotFoundError is returned.
Naturally the target path does not exist because I want to write a new file.
Just as additional info, the original file does exists, and I am cpable of writing to it.
Nontheless, I can still manually copy the original file in order to make backups.
The text was updated successfully, but these errors were encountered: