Skip to content

Conversation

keszybz
Copy link
Contributor

@keszybz keszybz commented Mar 7, 2023

No description provided.

keszybz added 3 commits March 7, 2023 11:58
The formatting to substitute sys.executable was not effective because the
formatted string was discarded. But even when when the substitution is made,
pandoc ignores the shebang line in the file when the file is not executable and
invokes it using 'python'. This second issue was hiding the first. We need to
fix both to actually execute code using the desired sys.executable. Finally,
the first .format() was interfering with the second .format().
@JessicaTegner
Copy link
Owner

Can you please describe what is getting done here. Seems like the work of #327

@keszybz
Copy link
Contributor Author

keszybz commented Mar 7, 2023

Can you please describe what is getting done here. Seems like the work of #327

I don't think those are related. The first patch in this PR fixes an obvious bug in tests. I think the commit description is very clear. The other two patches are minor cleanups. ??

@JessicaTegner
Copy link
Owner

Fantastic work :)

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