summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-02-01 15:30:16 +0100
committerYvan Roux <yvan.roux@linaro.org>2017-02-01 15:30:16 +0100
commit41ee5288ffee480240fa4610f1213ebec3196f61 (patch)
tree680be0f621b65a93d45976f3ff078c9cf7f2a573
parent8750268c4692aa650138f5526b934d0609921ce3 (diff)
linaropy/rn/rnseries.py: Fix unassigned variable.
Change-Id: Ia641a87082101ae670698366f3f54d53eae3c0dc
-rw-r--r--linaropy/rn/rnseries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaropy/rn/rnseries.py b/linaropy/rn/rnseries.py
index f68c547..6528ff8 100644
--- a/linaropy/rn/rnseries.py
+++ b/linaropy/rn/rnseries.py
@@ -228,7 +228,7 @@ class RNSeries(object):
else:
print_info(
"Deriving your release-notes from branch %s%s%s%s"
- % (BOLD, RED, track, NC))
+ % (BOLD, RED, remote_track, NC))
self.rn_series = Workdir(
proj=self.proj,