Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilatta authored Apr 10, 2017
1 parent 9a5852f commit 291022e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opac_ssm_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ def get_asset_info(self, _id):

return (True, {
'url': asset_info.url,
'url_path': asset_info.url_path,
'checksum': asset_info.checksum
'url_path': asset_info.url_path
})

def get_task_state(self, _id):
Expand Down

0 comments on commit 291022e

Please sign in to comment.