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 cropdetect in ffcrt.py #1

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

morgant
Copy link

@morgant morgant commented Sep 3, 2021

As noted by @vegardsjo in viler-int10h#1 (comment), the cropdetect parsing was incomplete in the ffcrt.py. I have fixed said parsing.

This required modifying run_command() to redirect stderr to stdout. I'm not sure if there's any fallout from that particular change, so more testing would be appreciated. Worse case, we add a new function for running a command with output redirected.

I know @makeworld-the-better-one was also looking into fixing this, so tagging them and @viler-int10h (the original developer).

Copy link
Owner

@vegardsjo vegardsjo left a comment

Choose a reason for hiding this comment

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

It looks good to me. Thanks!

@vegardsjo vegardsjo merged commit e154526 into vegardsjo:master Sep 3, 2021
@morgant
Copy link
Author

morgant commented Sep 3, 2021

@vegardsjo Many thanks for this port!

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