commit: d8b6b038ca3ac666a8642a142b6fb72d4eb2f4e1
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 19:02:00 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Nov 13 19:02:00 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=d8b6b038
maker.py: Initialize correct to False
---
layman/maker.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/layman/maker.py b/layman/maker.py
index 8cf725f..e896530 100644
--- a/layman/maker.py
+++ b/layman/maker.py
@@ -343,6 +343,7 @@ class Interactive(object):
for i in range(1, source_amount + 1):
sources = []
+ correct = False
if source_amount > 1:
msg = 'Define source[%(i)s]\'s URL: ' % ({'i': str(i)})
sources.append(get_input(msg))