Skip to content

Commit afb331d

Browse files
author
Brian Daniels
committed
Fixing arguments
1 parent c71a082 commit afb331d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/build_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139

140140
# Write summary of the builds
141141

142-
if options.report_jenkins_file:
143-
write_build_report(build_report, options.report_jenkins_file_name)
142+
if options.report_jenkins_file_name:
143+
write_build_report(build_report, 'library_build/report.html', options.report_jenkins_file_name)
144144

145145
print "\n\nCompleted in: (%.2f)s" % (time() - start)
146146

0 commit comments

Comments
 (0)