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

Fixed issue: auto-unpacking failing if dest is "." #664

Merged

Conversation

joereuss12
Copy link
Contributor

Within the auto-unpacking code, the dest was reading as just "." so I changed it to recognize that is the current working directory and change it manually

Within the auto-unpacking code, the dest was reading as just "." so I
changed it to recognize that is the current working directory and change
it manually
@joereuss12 joereuss12 added this to the v7.5.0 milestone Jan 16, 2024
@joereuss12 joereuss12 requested a review from bbockelm January 16, 2024 22:38
@joereuss12 joereuss12 linked an issue Jan 16, 2024 that may be closed by this pull request
@jhiemstrawisc jhiemstrawisc requested review from jhiemstrawisc and removed request for bbockelm January 30, 2024 21:12
Copy link
Member

@jhiemstrawisc jhiemstrawisc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jhiemstrawisc jhiemstrawisc merged commit 6e0aa62 into PelicanPlatform:main Jan 30, 2024
9 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.

Auto-unpacking (?pack=auto) fails if the destination is .
2 participants