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

SaveAs requires new filename #18

Open
marysue opened this issue Oct 23, 2019 · 0 comments
Open

SaveAs requires new filename #18

marysue opened this issue Oct 23, 2019 · 0 comments

Comments

@marysue
Copy link

marysue commented Oct 23, 2019

SaveAs saves the first file, using the default filename. But subsequent saves using SaveAs with the default filenames will not save. You must change the filename to some other string, save the file, then change the filename back to the name you originally wanted.

i.e.:
saveAs downloadReportsWorkflow - works [used the default filename]
saveAs processNoReportsFound - fails [using the default filename]
saveAs foo - works [changed the filename from the default name]
saveAs processNoReportsFound - works [re-entered default filename]
saveAs retrieveTaxID - fails [using the default name]
saveAs foo - works [again, changed from the default name]
saveAs retrieveTaxID - works [changing it back now, it works]

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

1 participant