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

Duplicate detection doesn't work for absolute paths #344

Open
przemekrcloudity opened this issue Mar 31, 2023 · 0 comments
Open

Duplicate detection doesn't work for absolute paths #344

przemekrcloudity opened this issue Mar 31, 2023 · 0 comments

Comments

@przemekrcloudity
Copy link
Contributor

Hi! In the previous issue, I stated that provided configuration works. It turns out that the duplicate metadata detector was running fine with AND without a specified configuration. The difference that made the configuration work for me was the fact that second time I run duplicate detector with relative path instead of absolute path.

photoforbugreport

After some investigation, I found out that duplicate detector adds ./ prefix to path, which makes globs correct but at the same time makes absolute path incorrect.

I think it could be good idea to separate parameters used for files and globs definitions or add note in files parameter help text that it should specify glob pattern.

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

No branches or pull requests

1 participant