summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-09-02 14:11:27 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-09-02 14:11:27 -0500
commit0c5d8bc08c904bde1547773cbd52f56aaa599116 (patch)
treeadfd22102939fc11666064837d3d62b50c958115
parent86dce83c6b6c389bd38bcdb30498ee46bfac6d84 (diff)
rn.py: Fix rn_template.log() invocation.
-rw-r--r--rn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rn.py b/rn.py
index ba6caac..fd362e4 100644
--- a/rn.py
+++ b/rn.py
@@ -80,7 +80,7 @@ def generate(track, to_date, to_series, gccsource, persist):
if next_rn.update_templ_readmes():
print "Please verify that your changes have been committed on the template branch:"
- self.rn_template.log(1)
+ next_rn.rn_template.log(1)
ans="y"
while not ans=="n":