BIOP / lightsheet-brain-workflows

GNU General Public License v3.0
1 stars 0 forks source link

guiBuilder compilation error #1

Closed abisi closed 6 months ago

abisi commented 6 months ago

Hello, I wanted to test the code and GUI today but I came across a compilation error when clicking running guiBuilder.groovy in Fiji.

image

The error message is clear, but somehow I feel like the error is something else given that I just pull the most recent code. I tried removing the brackets at line 893, then the following error message is the same, but at the next line which also contains brackets.

Any ideas what could be the cause?

Thanks, Axel

abisi commented 6 months ago

Ah, I just googled and there was just a "def" missing at this line: https://github.com/BIOP/lightsheet-brain-workflows/blob/0aeee9e6070fbe6d8fe65f61aa6d3b9f7e4eedb0/src/main/groovy/guiBuilder.groovy#L893

I made a fix but I am not a collaborator on the code so I cannot make any PR.

lorenzotala commented 6 months ago

Hi Axel,

Yeah sorry, I cleaned up the code (added comments and removed unsued variables) before leaving epfl but I didn't run the script one last time.

I might have mistakenly deleted the "def" before that.

abisi commented 6 months ago

Regarding this, if I am given permission to push, I could fix this.