Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

[Bug]: Logs save to the parent directory #79

Closed
1 task done
osfanbuff63 opened this issue Feb 8, 2023 · 0 comments
Closed
1 task done

[Bug]: Logs save to the parent directory #79

osfanbuff63 opened this issue Feb 8, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@osfanbuff63
Copy link
Member

osfanbuff63 commented Feb 8, 2023

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

The logs saved by log.py are appearing in the parent directory to the file. Say the exe was in C:/Users/osfanbuff63/Downloads - it would make a directory at C:/Users/osfanbuff63/logs and create vanilla_installer.log. It should have made a directory at C:/Users/osfanbuff63/Downloads/logs and put vanilla_installer.log there. Yes I know, cursed Windows paths with forward slashes 😅

Version

Beta release

What platform are you using?

Windows

How did you download the software?

GitHub Releases

Relevant log output

No response

Additional data and screenshots

I likely left a .. in there because of when we were just running python gui.py in a venv, so this should be an easy fix.

@osfanbuff63 osfanbuff63 added the bug Something isn't working label Feb 8, 2023
@osfanbuff63 osfanbuff63 added this to the Beta 3 milestone Feb 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant