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

Using ~ in a path in the fotoobo.yaml does not work #60

Closed
lucmurer opened this issue Mar 23, 2023 · 0 comments
Closed

Using ~ in a path in the fotoobo.yaml does not work #60

lucmurer opened this issue Mar 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lucmurer
Copy link
Collaborator

Python does not automatically expand user HOME shortcuts in the fotoobo.yaml (for example for the inventory file).
We have to do this manually, for example with os.path.expanduser() (see https://stackoverflow.com/questions/2668909/how-to-find-the-real-user-home-directory-using-python for details)

@lucmurer lucmurer self-assigned this Mar 23, 2023
@lucmurer lucmurer added the bug Something isn't working label Mar 23, 2023
@patrikspiess patrikspiess assigned patrikspiess and unassigned lucmurer Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants