diff --git a/git_cl.py b/git_cl.py index bef667944f..47c646c20a 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4544,7 +4544,7 @@ def CMDcheckout(parser, args): if not issue_arg.valid: parser.print_help() return 1 - target_issue = issue_arg.issue + target_issue = str(issue_arg.issue) key_and_issues = [x.split() for x in RunGit( ['config', '--local', '--get-regexp', r'branch\..*\.rietveldissue'])