mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
fix remove gaps
This commit is contained in:
parent
5a500c80fc
commit
213607ac44
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ class MetaData(object):
|
||||||
use_colors = _conf_slpkg['USE_COLORS']
|
use_colors = _conf_slpkg['USE_COLORS']
|
||||||
wget_options = _conf_slpkg['WGET_OPTIONS']
|
wget_options = _conf_slpkg['WGET_OPTIONS']
|
||||||
|
|
||||||
|
# Remove any gaps
|
||||||
|
repositories = [repo.strip() for repo in repositories]
|
||||||
|
|
||||||
# Check Slackware release
|
# Check Slackware release
|
||||||
select_slack_release(slack_rel)
|
select_slack_release(slack_rel)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue