aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layman/maker.py')
-rw-r--r--layman/maker.py1
1 files changed, 1 insertions, 0 deletions
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))