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

fs usage: don't overwrite size (Fix #243) #245

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

see https://github.com/ome/omero-py/issues/243

  File "/tmp/omero/lib/python3.7/site-packages/omero/plugins/fs.py", line 945, in _usage_report
    if args.report and not args.size_only and size > 0:
TypeError: '>' not supported between instances of 'str' and 'int'