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

Fix menuinst._legacy.cwp #168

Merged
merged 7 commits into from
Dec 10, 2023
Merged

Fix menuinst._legacy.cwp #168

merged 7 commits into from
Dec 10, 2023

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Dec 8, 2023

Description

Unfortunately one of the imports done in menuinst._legacy.cwp is invalid and breaks menuinst v1 style shortcuts on Windows.

Resolve #167

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Dec 8, 2023
@kenodegard kenodegard changed the title Debugging menuinst._legacy.cwd Fix menuinst._legacy.cwd Dec 9, 2023
@kenodegard kenodegard changed the title Fix menuinst._legacy.cwd Fix menuinst._legacy.cwp Dec 9, 2023
@kenodegard kenodegard self-assigned this Dec 9, 2023
@kenodegard kenodegard marked this pull request as ready for review December 9, 2023 00:06
@kenodegard kenodegard requested a review from a team as a code owner December 9, 2023 00:06
menuinst/_legacy/cwp.py Show resolved Hide resolved
@@ -7,41 +7,48 @@
import sys
from os.path import join, pathsep

from menuinst._legacy.knownfolders import FOLDERID, get_folder_path
Copy link
Contributor

@jaimergp jaimergp Dec 10, 2023

Choose a reason for hiding this comment

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

For the record, this was the bad import.

@jaimergp jaimergp merged commit a83d5ea into conda:main Dec 10, 2023
15 checks passed
@kenodegard kenodegard deleted the fix-167 branch December 11, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

conda 23.11 breaks Windows shortcuts, e.g. to Spyder
3 participants