From 7254675a089e15a341b2ee6ee2f6cc365a048216 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Thu, 19 Jan 2012 11:52:09 +0000 Subject: Remove bad whitespace --- morphlib/git.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'morphlib/git.py') diff --git a/morphlib/git.py b/morphlib/git.py index 234c4ce3..2253e6b5 100644 --- a/morphlib/git.py +++ b/morphlib/git.py @@ -64,11 +64,11 @@ class Treeish: self._is_sha(ref) def _is_sha(self, ref): - if len(ref)!=40: + if len(ref)!=40: raise InvalidTreeish(self.repo,ref) try: - binascii.unhexlify(ref) + binascii.unhexlify(ref) ex = morphlib.execute.Execute(self.repo, self.msg) refs = ex.runv(['git', 'rev-list', '--no-walk', ref]) self.sha1=ref -- cgit v1.2.1