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

symlink fallback in jaraco/windows/bugs/vista-symlink-islink-bug.py has inverted target and link param compared to jaraco.windows.filesystem.symlink #27

Closed
Avasam opened this issue Aug 26, 2024 · 1 comment

Comments

@Avasam
Copy link
Contributor

Avasam commented Aug 26, 2024

jaraco.windows.filesystem.symlink:

def symlink(target, link, target_is_directory=False): ...

jaraco.windows.bugs.vista-symlink-islink-bug.symlink:

def symlink(link, target, target_is_directory=False): ...
@jaraco
Copy link
Owner

jaraco commented Sep 21, 2024

The stuff in .bugs is ignorable, I think. Those modules were migrated from a non-project directory and they were used to keep track of bugs I was following. They're mostly cruft at this point. Still, makes sense to clean them up.

@jaraco jaraco closed this as completed in d025474 Sep 21, 2024
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

No branches or pull requests

3 participants
@jaraco @Avasam and others