Skip to content

Commit

Permalink
Parse inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 17, 2017
1 parent 2dff8d7 commit 3674b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omero/export_scripts/Batch_Image_Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ def run_script():
conn = BlitzGateway(client_obj=client)

script_params = client.getInputs(unwrap=True)
log(script_params)
for key, value in script_params.iteritems():
log("%s:%s" % (key, value))

# call the main script - returns a file annotation wrapper
file_annotation, message = batch_image_export(conn, script_params)
Expand Down

0 comments on commit 3674b20

Please sign in to comment.