Delete outdated comments

JIRA: RHELCMP-395
Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
Haibo Lin 2020-04-22 17:14:51 +08:00
parent f7944a406e
commit 153eb628e8
1 changed files with 0 additions and 4 deletions

View File

@ -134,8 +134,4 @@ def _run_repoclosure_cmd(compose, repos, lookaside, arches, logfile):
# Use temp working directory directory as workaround for
# https://bugzilla.redhat.com/show_bug.cgi?id=795137
with temp_dir(prefix="repoclosure_") as tmp_dir:
# Ideally we would want show_cmd=True here to include the
# command in the logfile, but due to a bug in Kobo that would
# cause any error to be printed directly to stderr.
# https://github.com/release-engineering/kobo/pull/26
run(cmd, logfile=logfile, workdir=tmp_dir, show_cmd=True)