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

Add fix for core.py missing space #218

Merged
merged 1 commit into from
May 2, 2022
Merged

Conversation

Rtanti
Copy link
Contributor

@Rtanti Rtanti commented Apr 27, 2022

A space was missing when running conda-unpack --help between unarchiving and Cleans

usage: conda-unpack [-h] [--version]

Finish unpacking the environment after unarchiving.Cleans up absolute prefixes in any remaining
files

optional arguments:
  -h, --help  show this help message and exit
  --version   Show version then exit```
Now it should be
$ conda unpack --help
usage: conda-unpack [-h] [--version]

Finish unpacking the environment after unarchiving. Cleans up absolute prefixes in any remaining
files

optional arguments:
  -h, --help  show this help message and exit
  --version   Show version then exit```

@anaconda-issue-bot
Copy link

We require contributors to sign our Contributor License Agreement, and we don't have one on file for @Rtanti. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature.

@Rtanti
Copy link
Contributor Author

Rtanti commented Apr 27, 2022

Resolves #215

@kenodegard
Copy link
Contributor

@anaconda-issue-bot check

@anaconda-issue-bot anaconda-issue-bot added the cla-signed [bot] added once the contributor has signed the CLA label May 2, 2022
@kenodegard
Copy link
Contributor

@Rtanti thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 3, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants