Skip to content

Commit

Permalink
Only change needed for shed compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena authored and jmchilton committed Jan 2, 2016
1 parent bbec00e commit 790a1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/shed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 790a1ee

Please sign in to comment.