Skip to content

Fix path generation for log file and tor directory #30

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

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

bumi
Copy link
Contributor

@bumi bumi commented Apr 16, 2022

This uses join to get the path for the log file and the tor directory.
Before we used a simple string formatting which caused issues becaus on macos the temp directory ends with a / wheras on linux it does not.

This uses `join` to get the path for the log file and the tor directory.
Before we used a simple string formatting which caused issues becaus on macos the temp directory ends with a `/` wheras on linux it does not.
@bumi
Copy link
Contributor Author

bumi commented Apr 16, 2022

@timheide do you know if this is OK?

@bumi bumi merged commit 74b5eed into master Apr 16, 2022
@escapedcat escapedcat deleted the bugfix/path-formatting branch April 17, 2022 07:19
@timheide
Copy link

@timheide do you know if this is OK?

That's perfectly fine 👍

@bumi
Copy link
Contributor Author

bumi commented Apr 17, 2022

great! thanks!!

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

Successfully merging this pull request may close these issues.

2 participants