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

BUG: fixed missing file handling for remote polling #55

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

cpelley
Copy link
Collaborator

@cpelley cpelley commented Aug 30, 2024

Remote polling wasn't correctly handling case of missing files when the path didn't contain Unix shell-style wildcards (which we specifically handled using an inverted grep call).
Now we echo on condition of the file existing and added a new test for this case. The pre-existing unittest for missing file handling was for a local filepath i.e. python glob. This new test ensures handling via remote (ssh) glob.

Issues

@cpelley cpelley self-assigned this Aug 30, 2024
@cpelley cpelley changed the title BUG: fixed missing file polling BUG: fixed missing file handling for remote polling Sep 3, 2024
@cpelley cpelley added the bug Something isn't working label Sep 3, 2024
@cpelley cpelley marked this pull request as ready for review September 3, 2024 09:56
Copy link

@SamGriffithsMO SamGriffithsMO left a comment

Choose a reason for hiding this comment

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

Looks good

@cpelley cpelley merged commit 09404c3 into main Sep 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants