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

Clean up temp folder in output of git analysis #113

Open
2 tasks
roskakori opened this issue Jun 25, 2023 · 1 comment · May be fixed by #168
Open
2 tasks

Clean up temp folder in output of git analysis #113

roskakori opened this issue Jun 25, 2023 · 1 comment · May be fixed by #168
Assignees

Comments

@roskakori
Copy link
Owner

roskakori commented Jun 25, 2023

Goals

  • The output of a analysis of a git remote repository includes only the base name of the repository (including the .git suffix) instead of the detailed path to the temporary directory.
  • All TODO#113 comments are resolved.
@roskakori roskakori modified the milestones: v1.6.1, 1.7.0 Jun 25, 2023
@ibe-314
Copy link
Collaborator

ibe-314 commented Jul 13, 2024

I would like to work on this issue. Is it still free?

ibe-314 added a commit that referenced this issue Jul 13, 2024
When analyzing a remote git repository a temporary folder is created. The output contained the name of this temporary folder. This commit removes the temporary directory from the displayed output path.
Therefore, a new dataclass called PathData is introduced to contain the source path and temporary directory information of a path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants