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: Pass the redo flag to the executor #1031

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

nishakm
Copy link
Contributor

@nishakm nishakm commented Aug 31, 2021

If the redo flag is set, the executor should not load data from
the cache. Hence we pass the redo flag to the load_from_cache
function used in the scancode executor.

Fixes #999

Signed-off-by: Nisha K nishak@vmware.com

If the redo flag is set, the executor should not load data from
the cache. Hence we pass the redo flag to the load_from_cache
function used in the scancode executor.

Fixes tern-tools#999

Signed-off-by: Nisha K <nishak@vmware.com>
@rnjudge rnjudge merged commit dfc84d5 into tern-tools:main Sep 2, 2021
@nishakm nishakm deleted the 999-fix-clear-redo branch January 13, 2022 19:46
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.

Running Tern with -r and -c gives different results
2 participants