diff --git a/git_cl.py b/git_cl.py index ef702b95b6..b3d8c9f304 100755 --- a/git_cl.py +++ b/git_cl.py @@ -2393,7 +2393,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase): if last_message_author.get('email') == COMMIT_BOT_EMAIL: # Ignore replies from CQ. continue - if owner != last_message_author.get('_account_id'): + if last_message_author.get('_account_id') != owner: # Some reply from non-owner. return 'reply' return 'waiting'