You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jackton1
changed the title
[BUG] any_changed doesn't capture changes due to deleting files
[Feature] any_changed doesn't capture changes due to deleting files
Jul 30, 2021
@linnea-foreflight Just a heads up decided to stick with the previous design in the latest release.
Even though a deleted file can be considered as modified but the general use case would be for files that are changed or renamed and still available in version control, like you mentioned as opposed to deleted files.
You can use outputs.deleted_files to get around the issue in the meantime.
Is there an existing issue for this?
Describe the bug?
I would expect any_changed to be true when there is a deleted file. It looks like any changed doesn't take deleted files into account.
To Reproduce
Delete a file in the specified directory and then check the any_changed flag.
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-20.04
Expected behavior?
If there is anything listed for "All changed files" that the any_changed flag would be true.
Relevant log output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: