ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

change `input` to `input_val` #307

Closed lldelisle closed 2 years ago

lldelisle commented 2 years ago

To solve #306

sbesson commented 2 years ago

Thanks @lldelisle for reporting the issue and providing a fix. At first glance, it looks absolutely straightforward and we will include it into our CI builds for testing.

In order for us to release changes by third-party contributors, like many other projects, we know need a signed Contributor License Agreement - see here for the instructions. Could you fill and return this form while we review the PR?

lldelisle commented 2 years ago

Where should I send the form? Do you need a 'real' signature (print and scan) or just my name in the form is sufficient.

sbesson commented 2 years ago

Print, sign & scan is probably the best. There should be an email at the bottom of the instructions page for sending the form.

sbesson commented 2 years ago

@lldelisle this is now released as https://pypi.org/project/omero-py/5.10.1. Thanks again for your contribution!

lldelisle commented 2 years ago

You're welcome