From 2c3a1d2bcf1d2cc1dc98ea9ab6beedb4b53e3aab Mon Sep 17 00:00:00 2001 From: Manuel Desbonnet Date: Tue, 6 Dec 2016 14:52:59 +0000 Subject: [PATCH] Fix searcher debug output Convert output from git.transform_kwargs to string before intepolation. Change-Id: Ibf3c17ea326c983343d334fe5a4c4e3623fcb4b9 --- git_upstream/lib/searchers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_upstream/lib/searchers.py b/git_upstream/lib/searchers.py index 205625c..31a9d9d 100644 --- a/git_upstream/lib/searchers.py +++ b/git_upstream/lib/searchers.py @@ -220,8 +220,8 @@ class Searcher(GitMixin): those behind the previous import or merged as an additional branch during the previous import git rev-list --topo-order %s %s %s - """, self.git.transform_kwargs(**git_args), revision_spec, - " ".join(extra)) + """, ' '.join(self.git.transform_kwargs(**git_args)), + revision_spec, " ".join(extra)) commit_list.append( Commit._iter_from_process_or_stream(