mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for comments
This commit is contained in:
parent
db93d14966
commit
cb0bd7aa65
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ from slpkg.models.models import (SBoTable, PonceTable,
|
||||||
|
|
||||||
|
|
||||||
class UpdateRepository(Configs):
|
class UpdateRepository(Configs):
|
||||||
""" Deletes and install the data. """
|
""" Updates the local repositories and install the data
|
||||||
|
into the database.
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, flags: list, repository: str):
|
def __init__(self, flags: list, repository: str):
|
||||||
super(Configs, self).__init__()
|
super(Configs, self).__init__()
|
||||||
|
|
Loading…
Reference in a new issue