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

Fixes issue #269 by removing an erroneous "if sbyfile" check. #271

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

aiju
Copy link
Contributor

@aiju aiju commented Apr 2, 2024

This commit removes an erroneous "if sbyfile" that would turn '-f' into a no-op for stdin input files. Presumably this check was originally intended to handle the case of stdin input file and no specified workdir (which uses a temporary workdir). In the current version the check is redundant for this particular case. The check is erroneous in the case of stdin input file and a specified workdir, so we simply remove the check.

This commit removes an erroneous "if sbyfile" that would turn '-f' into a no-op
for stdin input files. Presumably this check was originally intended to handle
the case of stdin input file and no specified workdir (which uses a temporary
workdir). In the current version the check is redundant for this particular
case. The check is erroneous in the case of stdin input file and a specified
workdir, so we simply remove the check.
@nakengelhardt nakengelhardt linked an issue Apr 4, 2024 that may be closed by this pull request
@nakengelhardt nakengelhardt merged commit b84cd93 into main Apr 5, 2024
4 checks passed
@nakengelhardt nakengelhardt deleted the aiju/issue-269 branch April 5, 2024 11:02
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.

Work Directory is not removed even -f is specified
2 participants