Skip to content

Commit

Permalink
Merge pull request #617 from kimyen/SYNPY-805-d
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
zimingd authored Sep 28, 2018
2 parents 81ee191 + 32a7276 commit e486fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def get(self, entity, **kwargs):
' or a valid entity id' % entity))
# have not been saved entities
elif isinstance(entity, Entity) and not entity.get('id'):
raise ValueError("Cannot retrieve entity that has not been save."
raise ValueError("Cannot retrieve entity that has not been saved."
" Please use syn.store() to save your entity and try again.")
else:
version = kwargs.get('version', None)
Expand Down

0 comments on commit e486fca

Please sign in to comment.