Skip to content

Commit

Permalink
raise error when unauthed
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Mar 11, 2014
1 parent 4d98717 commit 7f16d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txsyncml/resource.py
Expand Up @@ -110,4 +110,4 @@ def handle_authorized_syncml(self, user_state, doc):
return SyncML.create(header=header, body=body)

def handle_unauthorized_syncml(self, failure):
return ''
raise NotImplementedError('Not implemented yet')

0 comments on commit 7f16d36

Please sign in to comment.