Merge pull request #284 from stevekuznetsov/skuznets/formatting

Format package list more cleanly
This commit is contained in:
Steve Kuznetsov 2017-05-23 12:43:50 -04:00 committed by GitHub
commit 6566ec5646

View file

@ -290,7 +290,7 @@ class BuilderBase(object):
self.artifacts.extend(files_written)
print
info_out("Successfully built: %s" % ' '.join(files_written))
info_out("Successfully built: %s" % '\n\t- '.join(files_written))
def _scl_to_rpmbuild_option(self):
""" Returns rpmbuild option which disable or enable SC and print warning if needed """