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

Broken 'mvn install' #99

Open
jrmartin opened this issue Jul 10, 2023 · 0 comments
Open

Broken 'mvn install' #99

jrmartin opened this issue Jul 10, 2023 · 0 comments
Assignees

Comments

@jrmartin
Copy link
Contributor

The addSOLRCache branch is broken when doing mvn install.

The variable alignment in line 1599 is out of scope, only visible inside the 'for loop' that ends before this 'if statement'.

if (alignment.image.image_thumbnail != null && alignment.image.image_thumbnail.indexOf(template) > -1){

Also line 1345 is missing import of exception and 1347 is using python print statement.

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

2 participants