fix remove gaps

This commit is contained in:
Dimitris Zlatanidis 2015-02-22 11:54:14 +02:00
parent 5a500c80fc
commit 213607ac44

View file

@ -149,6 +149,9 @@ class MetaData(object):
use_colors = _conf_slpkg['USE_COLORS']
wget_options = _conf_slpkg['WGET_OPTIONS']
# Remove any gaps
repositories = [repo.strip() for repo in repositories]
# Check Slackware release
select_slack_release(slack_rel)