Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-03-01 00:11:20 +02:00
parent 2c2e848600
commit 23e956fb3e

View file

@ -23,7 +23,7 @@ class CreateData(Configs):
self.query = SBoQueries('')
def insert_sbo_table(self):
""" Install the data. """
""" Install the data for SBo repository. """
sbo_tags = [
'SLACKBUILD NAME:',
'SLACKBUILD LOCATION:',
@ -65,6 +65,7 @@ class CreateData(Configs):
self.session.commit()
def insert_ponce_blacklist_packages(self):
""" Install data for ponce repository. """
sbos = self.query.sbos()
path = Path(self.slack_chglog_path, self.slack_chglog_txt)