Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Increase limit on revision length. Fixes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jan 25, 2013
1 parent b2d6740 commit 2b88e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dzclient/client.py
Expand Up @@ -111,7 +111,7 @@ def datasets(self):
'test_build' : {
'name': self.build_name,
'version': self.version,
'revision': self.revision[:16],
'revision': self.revision[:50],
'branch': self.branch,
'id': self.id
},
Expand Down

0 comments on commit 2b88e90

Please sign in to comment.