diff options
Diffstat (limited to 'gbp')
-rw-r--r-- | gbp/scripts/common/pq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/common/pq.py b/gbp/scripts/common/pq.py index 751ca92e..43815cb3 100644 --- a/gbp/scripts/common/pq.py +++ b/gbp/scripts/common/pq.py @@ -168,7 +168,7 @@ def parse_gbp_commands(info, cmd_tag, noarg_cmds, arg_cmds): gbp.log.warn("Ignoring unknown gbp-command '%s' in commit %s" % (line, info['id'])) else: - other_lines += line + other_lines.append(line) return commands, other_lines |