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

Correct session directory #517

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Correct session directory #517

merged 2 commits into from
Jan 7, 2025

Conversation

kbanman
Copy link
Contributor

@kbanman kbanman commented Jan 3, 2025

The Session constructor expects the full path to the sessions dir. newSessionDir was only returning the session name, causing an error when trying to create the session file. This fix corrects the issue by returning the full session directory from newSessionDir

kbanman and others added 2 commits January 2, 2025 18:44
The `Session` constructor expects the full path to the sessions dir. `newSessionDir` was only returning the session name, causing an error when trying to create the session file. This fix corrects the issue by returning the full session directory from `newSessionDir`
@robgruen robgruen enabled auto-merge January 7, 2025 02:06
@robgruen robgruen added this pull request to the merge queue Jan 7, 2025
Merged via the queue into microsoft:main with commit 7f4106e Jan 7, 2025
12 checks passed
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