Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
s/!/.
  • Loading branch information
mkucharz committed Jun 2, 2016
commit a5fe54157051de142f2bca722adda252f02dae0a
2 changes: 1 addition & 1 deletion syncano/models/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def auth(self, username=None, password=None):
connection = self._get_connection()

if not (username and password):
raise SyncanoValueError('You need provide username and password!')
raise SyncanoValueError('You need provide username and password.')

data = {
'username': username,
Expand Down