From 790a1ee9043f16e089ea112d45d6cacb9bdf91cd Mon Sep 17 00:00:00 2001 From: Eric Rasche Date: Fri, 1 Jan 2016 17:37:59 -0600 Subject: [PATCH] Only change needed for shed compatability --- planemo/shed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/shed/__init__.py b/planemo/shed/__init__.py index dfba4fd46..637a683fc 100644 --- a/planemo/shed/__init__.py +++ b/planemo/shed/__init__.py @@ -258,7 +258,7 @@ def upload_repository(ctx, realized_repository, **kwds): # TODO: support updating repo information if it changes in the config file try: shed_context.tsi.repositories.update_repository( - repo_id, tar_path, **update_kwds + str(repo_id), tar_path, **update_kwds ) except Exception as e: message = api_exception_to_message(e)