summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rwxr-xr-xrpmbuild-remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 8d245cf..9e8e280 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -136,6 +136,7 @@ def log_regex(build_output):
regex = re.compile("Wrote: (.+)")
files = regex.findall(out.read())
out.close()
+ return files
def get_mock_results(session, dest, sout, serr):
if not dest: