Skip to content
Snippets Groups Projects
Commit 190bb8ac authored by Alberto Pianon's avatar Alberto Pianon
Browse files

remove unnecessary setting


Signed-off-by: default avatarAlberto Pianon <alberto@pianon.eu>
parent 3666b863
Branches ap/donnie
No related tags found
1 merge request!84update a4f for compatibility with Donnie/Oniro4OpenHarmony
Pipeline #66105 waiting for manual action
......@@ -241,10 +241,6 @@ class Harvester:
override=str(pos)
))
pos += 1
if Settings.A4F_NO_CVES_IN_DASHBOARD:
columns.append(
Column("", False, "", "", "0")
)
return columns
def readfile(self):
......
......@@ -117,11 +117,6 @@ class Settings:
except KeyError:
A4F_TAG_SCHEMA = DOTENV["A4F_TAG_SCHEMA"] = "project/release/distro/machine/image"
try:
A4F_NO_CVES_IN_DASHBOARD = DOTENV["A4F_NO_CVES_IN_DASHBOARD"]
except KeyError:
A4F_NO_CVES_IN_DASHBOARD = DOTENV["A4F_NO_CVES_IN_DASHBOARD"] = False
# TODO write the session_id into the .env file, or use a current-link
# to the actual created or chosen session_id.json
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment