diff --git a/project.py b/project.py index 1beee2a..4930a27 100644 --- a/project.py +++ b/project.py @@ -728,7 +728,7 @@ class Project(object): last_mine = None cnt_mine = 0 for commit in local_changes: - commit_id, committer_email = commit.split(' ', 2) + commit_id, committer_email = commit.split(' ', 1) if committer_email == self.UserEmail: last_mine = commit_id cnt_mine += 1