summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2017-02-01 14:24:36 +0000
committerRyan S. Arnold <ryan.arnold@linaro.org>2017-02-01 14:48:06 +0000
commit6b8419494ced57da0ad13bdbdc0f96ee9f5bc1b0 (patch)
treeebd4abd6045c2332a2118a33b829915a0b829b22
parentc498e4b1704935dfd7cb35a4190f49da9e1b79b6 (diff)
Fix update_series_readme() parameter passing.
Change-Id: I4c85535b540a358a8badbb928d1bd14daec5a947
-rw-r--r--rn.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/rn.py b/rn.py
index b61e42b..76c39ea 100644
--- a/rn.py
+++ b/rn.py
@@ -109,7 +109,7 @@ def generate(track, to_date, to_series, gccsource, persist):
username=pwd.getpwuid(os.getuid()).pw_name
public_html_dir= "/home/%s/public_html/" % username
- next_rn.update_series_readmes()
+ next_rn.update_series_readmes(track_series, next_series)
while ans:
next_rn.rn_series.print_log(1)
# Generate the temporary output files to the projdir.
@@ -149,8 +149,7 @@ def generate(track, to_date, to_series, gccsource, persist):
" .txt files in %s%s%s%s and make sure that they look correct."
% (BOLD, RED, dest_dir, NC))
- ans = next_rn.update_series_readmes()
-
+ ans = next_rn.update_series_readmes(track_series, next_series)
# # TODO: Detect whether there have been any changes on template branch.
# answer = yninput(