From 0c5d8bc08c904bde1547773cbd52f56aaa599116 Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Fri, 2 Sep 2016 14:11:27 -0500 Subject: rn.py: Fix rn_template.log() invocation. --- rn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rn.py') 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": -- cgit v1.2.3