Changeset - d8efd9270441
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2019-08-04 01:23:57
mads@kiilerich.com
Grafted from: 20476e90d37f
flake8: fix E111 indentation is not a multiple of four
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/model/pull_request.py
Show inline comments
 
@@ -358,8 +358,8 @@ class CreatePullRequestIterationAction(o
 
            else:
 
                infos.append(_('This iteration is based on another %s revision and there is no simple diff.') % other_ref_name)
 
        else:
 
           infos.append(_('No changes found on %s %s since previous iteration.') % (org_ref_type, org_ref_name))
 
           # TODO: fail?
 
            infos.append(_('No changes found on %s %s since previous iteration.') % (org_ref_type, org_ref_name))
 
            # TODO: fail?
 

	
 
        try:
 
            title, old_v = re.match(r'(.*)\(v(\d+)\)\s*$', title).groups()
0 comments (0 inline, 0 general)