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 incorrect path #776

Merged
merged 2 commits into from
Jun 28, 2024
Merged

fix incorrect path #776

merged 2 commits into from
Jun 28, 2024

Conversation

oscarlevin
Copy link
Member

This corrects an error in #775

@oscarlevin oscarlevin marked this pull request as ready for review June 28, 2024 22:24
@oscarlevin oscarlevin merged commit 6f28047 into main Jun 28, 2024
6 checks passed
@oscarlevin oscarlevin deleted the fix-dev branch June 28, 2024 22:32
@@ -15,7 +15,7 @@ def main(core_path: Path = Path("../pretext")) -> None:

# Remove the current pretext/core/pretext.py file
script_link_path = Path("pretext").resolve() / "core" / "pretext.py"
script_core_path = core_path / "pretext" / "core" / "pretext.py"
script_core_path = core_path / "pretext" / "pretext.py"
Copy link
Member

Choose a reason for hiding this comment

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

ah. :-)

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.

2 participants