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

Designating where to place output fails in many cases #26

Open
SomeoneInParticular opened this issue Jan 14, 2025 · 0 comments
Open

Designating where to place output fails in many cases #26

SomeoneInParticular opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@SomeoneInParticular
Copy link
Collaborator

As the title says; more specifically:

  1. If you want to place the output in a directory relative to the current directory (i.e. ../output/publications.docx) it will fail, throwing "ValueError: too many values to unpack"
  2. If you try to have it place output in a directory that doesn't already exist, it will fail, throwing "No such file or directory: 'testing/publications-articles.docx'"

Skimming through the problem code, most of these issues can be easily resolved by swapping from OS to PathLib2 for directory/file management (which I'm going to do anyways, because it's safer to use while also being part of Python's standard libraries). Nevertheless, wanted to make an issue for easy referencing during a pull request

@SomeoneInParticular SomeoneInParticular added bug Something isn't working enhancement New feature or request labels Jan 14, 2025
@SomeoneInParticular SomeoneInParticular self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant